Home
last modified time | relevance | path

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/
DL2capClient.kt73 override fun onConnectionStateChange( in run() method
/external/robolectric/integration_tests/kotlin/src/test/kotlin/org/robolectric/integrationtests/kotlin/flow/
DBluetoothProvisioner.kt46 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/
DBluetoothGattServerSnippet.java127 public void onConnectionStateChange(BluetoothDevice device, int status, int newState) { in onConnectionStateChange() method in BluetoothGattServerSnippet.DefaultBluetoothGattServerCallback
DBluetoothGattClientSnippet.java144 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/
DGattServerFacade.java1041 public void onConnectionStateChange(BluetoothDevice device, int status, int newState) { in onConnectionStateChange() method in GattServerFacade.BtGattServerCallback
DGattClientFacade.java2050 public void onConnectionStateChange(BluetoothGatt gatt, int status, int newState) { in onConnectionStateChange() method in GattClientFacade.myBluetoothGattCallback