Home
last modified time | relevance | path

Searched defs:gattCallback (Results 1 – 3 of 3) sorted by relevance

/packages/modules/Bluetooth/framework/tests/bumble/src/android/bluetooth/
DGattClientTest.java108 BluetoothGattCallback gattCallback = mock(BluetoothGattCallback.class); in directConnectGattAfterClose() local
131 BluetoothGattCallback gattCallback = mock(BluetoothGattCallback.class); in fullGattClientLifecycle() local
143 BluetoothGattCallback gattCallback = mock(BluetoothGattCallback.class); in reconnectExistingClient() local
168 BluetoothGattCallback gattCallback = mock(BluetoothGattCallback.class); in clientGattDiscoverServices() local
186 BluetoothGattCallback gattCallback = mock(BluetoothGattCallback.class); in clientGattReadCharacteristics() local
212 BluetoothGattCallback gattCallback = mock(BluetoothGattCallback.class); in clientGattWriteCharacteristic() local
242 BluetoothGattCallback gattCallback = mock(BluetoothGattCallback.class); in clientGattNotifyOrIndicateCharacteristic() local
288 BluetoothGattCallback gattCallback = mock(BluetoothGattCallback.class); in connectTimeout() local
307 BluetoothGattCallback gattCallback = mock(BluetoothGattCallback.class); in consecutiveWriteCharacteristicFails_thenSuccess() local
473 BluetoothGattCallback gattCallback = mock(BluetoothGattCallback.class); in requestMtu_notConnected_isFalse() local
[all …]
DDckGattTest.kt188 val gattCallback = mock<BluetoothGattCallback>() in testDiscoverDkGattService() constant
/packages/modules/Bluetooth/android/ChannelSoundingTestApp/app/src/main/java/com/android/bluetooth/channelsoundingtestapp/
DDistanceMeasurementInitiator.java102 BluetoothGattCallback gattCallback = in connectGatt() local