Home
last modified time | relevance | path

Searched refs:HAL_CONN_STATE_DISCONNECTED (Results 1 – 2 of 2) sorted by relevance

/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/hid/
H A DHidDeviceService.java954 case HAL_CONN_STATE_DISCONNECTED: in convertHalState()
965 static final int HAL_CONN_STATE_DISCONNECTED = 2; field in HidDeviceService
/aosp12/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/hid/
H A DHidDeviceTest.java466 HidDeviceService.HAL_CONN_STATE_DISCONNECTED); in testOutgoingConnectDisconnectSuccess()