Searched defs:onConnectionStateChange (Results 1 – 6 of 6) sorted by relevance
/external/python/bumble/extras/android/BtBench/app/src/main/java/com/github/google/bumble/btbench/ |
D | L2capClient.kt | 73 override fun onConnectionStateChange( in run() method
|
/external/robolectric/integration_tests/kotlin/src/test/kotlin/org/robolectric/integrationtests/kotlin/flow/ |
D | BluetoothProvisioner.kt | 46 override fun onConnectionStateChange(gatt: BluetoothGatt?, status: Int, newState: Int) { in <lambda>() method
|
/external/mobly-bundled-snippets/src/main/java/com/google/android/mobly/snippet/bundled/bluetooth/ |
D | BluetoothGattServerSnippet.java | 127 public void onConnectionStateChange(BluetoothDevice device, int status, int newState) { in onConnectionStateChange() method in BluetoothGattServerSnippet.DefaultBluetoothGattServerCallback
|
D | BluetoothGattClientSnippet.java | 144 public void onConnectionStateChange(BluetoothGatt gatt, int status, int newState) { in onConnectionStateChange() method in BluetoothGattClientSnippet.DefaultBluetoothGattCallback
|
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/bluetooth/ |
D | GattServerFacade.java | 1041 public void onConnectionStateChange(BluetoothDevice device, int status, int newState) { in onConnectionStateChange() method in GattServerFacade.BtGattServerCallback
|
D | GattClientFacade.java | 2050 public void onConnectionStateChange(BluetoothGatt gatt, int status, int newState) { in onConnectionStateChange() method in GattClientFacade.myBluetoothGattCallback
|