Home
last modified time | relevance | path

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

/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/hid/
H A DHidDeviceService.java956 case HAL_CONN_STATE_DISCONNECTING: in convertHalState()
966 static final int HAL_CONN_STATE_DISCONNECTING = 3; field in HidDeviceService
/aosp12/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/hid/
H A DHidDeviceTest.java458 HidDeviceService.HAL_CONN_STATE_DISCONNECTING); in testOutgoingConnectDisconnectSuccess()