Home
last modified time | relevance | path

Searched refs:CONN_STATE_CONNECTED (Results 1 – 4 of 4) sorted by relevance

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/pan/
DPanNativeInterface.java77 case CONN_STATE_CONNECTED: in convertHalState()
97 @VisibleForTesting static final int CONN_STATE_CONNECTED = 0; field in PanNativeInterface
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hid/
DHidHostNativeInterface.java116 case CONN_STATE_CONNECTED: in convertHalState()
174 private static final int CONN_STATE_CONNECTED = 0; field in HidHostNativeInterface
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/pan/
DPanServiceTest.java145 assertThat(PanNativeInterface.convertHalState(PanNativeInterface.CONN_STATE_CONNECTED)) in convertHalState()
/packages/modules/Bluetooth/framework/java/android/bluetooth/
DBluetoothGatt.java96 private static final int CONN_STATE_CONNECTED = 2; field in BluetoothGatt
410 mConnState = CONN_STATE_CONNECTED;