Home
last modified time | relevance | path

Searched refs:CONN_STATE_DISCONNECTED (Results 1 – 3 of 3) sorted by relevance

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/pan/
DPanNativeInterface.java81 case CONN_STATE_DISCONNECTED: in convertHalState()
101 @VisibleForTesting static final int CONN_STATE_DISCONNECTED = 2; field in PanNativeInterface
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hid/
DHidHostNativeInterface.java120 case CONN_STATE_DISCONNECTED: in convertHalState()
177 private static final int CONN_STATE_DISCONNECTED = 2; field in HidHostNativeInterface
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/pan/
DPanServiceTest.java149 assertThat(PanNativeInterface.convertHalState(PanNativeInterface.CONN_STATE_DISCONNECTED)) in convertHalState()