/packages/modules/Bluetooth/framework/java/android/bluetooth/ |
D | BluetoothGattCallback.java | 36 public void onPhyUpdate(BluetoothGatt gatt, int txPhy, int rxPhy, int status) {} in onPhyUpdate() 49 public void onPhyRead(BluetoothGatt gatt, int txPhy, int rxPhy, int status) {} in onPhyRead() 60 public void onConnectionStateChange(BluetoothGatt gatt, int status, int newState) {} in onConnectionStateChange() 70 public void onServicesDiscovered(BluetoothGatt gatt, int status) {} in onServicesDiscovered() 85 BluetoothGatt gatt, BluetoothGattCharacteristic characteristic, int status) {} in onCharacteristicRead() 97 public void onCharacteristicRead( in onCharacteristicRead() 120 BluetoothGatt gatt, BluetoothGattCharacteristic characteristic, int status) {} in onCharacteristicWrite() 134 BluetoothGatt gatt, BluetoothGattCharacteristic characteristic) {} in onCharacteristicChanged() 146 public void onCharacteristicChanged( in onCharacteristicChanged() 166 BluetoothGatt gatt, BluetoothGattDescriptor descriptor, int status) {} in onDescriptorRead() [all …]
|
/packages/modules/Bluetooth/framework/tests/bumble/src/android/bluetooth/ |
D | GattClientTest.java | 156 BluetoothGatt gatt = device.connectGatt(mContext, false, gattCallback); in directConnectGattAfterClose() local 182 BluetoothGatt gatt = connectGattAndWaitConnection(gattCallback, autoConnect); in fullGattClientLifecycle() local 197 BluetoothGatt gatt = connectGattAndWaitConnection(gattCallback, false); in onConnectionUpdatedIsCalledOnlyOnceForRelaxingConnectionParameters_noGattCache() local 223 BluetoothGatt gatt = mRemoteLeDevice.connectGatt(mContext, false, gattCallback); in reconnectExistingClient() local 246 BluetoothGatt gatt = connectGattAndWaitConnection(gattCallback); in clientGattDiscoverServices() local 263 BluetoothGatt gatt = connectGattAndWaitConnection(gattCallback); in clientGattReadCharacteristics() local 288 BluetoothGatt gatt = connectGattAndWaitConnection(gattCallback); in clientGattWriteCharacteristic() local 316 BluetoothGatt gatt = connectGattAndWaitConnection(gattCallback); in clientGattNotifyOrIndicateCharacteristic() local 376 BluetoothGatt gatt = connectGattAndWaitConnection(gattCallback); in consecutiveWriteCharacteristicFails_thenSuccess() local 433 BluetoothGatt gatt = device.connectGatt(mContext, false, gattCallback); in connectMultiple_closeOne_shouldSuccess() local [all …]
|
D | DckGattTest.kt | 105 val gatt = device.connectGatt(context, false, gattCallbackMock) in setUp() constant 124 for (gatt in gattCaptor.allValues.toSet()) { in tearDown() method 254 val gatt = device.connectGatt(context, false, gattCallbackMock) in testGattConnect_fromIrkScan() constant 296 val gatt = device.connectGatt(context, false, gattCallbackMock) in testGattConnect_fromUuidScan() constant
|
D | BleOnStateTest.java | 212 BluetoothGatt gatt = device.connectGatt(mContext, false, gattCallback); in whenOnlyStartScanDuringBleOnOff_gattCanConnect() local 227 BluetoothGatt gatt = device.connectGatt(mContext, false, gattCallback); in whenOnlyStartScanDuringBleOnOn_gattCantConnect() local
|
D | DckTestRule.kt | 80 data class GattState(val gatt: BluetoothGatt, val status: Int, val state: Int) constant in android.bluetooth.DckTestRule.GattState 199 val gatt = device.connectGatt(context, false, callback) in connectGatt() constant
|
D | PandoraDevice.java | 222 public GATTGrpc.GATTStub gatt() { in gatt() method in PandoraDevice
|
/packages/apps/Test/connectivity/PMC/src/com/android/pmc/ |
D | GattClientListener.java | 184 public void onConnectionStateChange(BluetoothGatt gatt, int status, in onConnectionStateChange() 213 public void onServicesDiscovered(BluetoothGatt gatt, int status) { in onServicesDiscovered() 219 public void onCharacteristicRead(BluetoothGatt gatt, in onCharacteristicRead() 225 public void onCharacteristicWrite(BluetoothGatt gatt, in onCharacteristicWrite() 235 public void onCharacteristicChanged(BluetoothGatt gatt, in onCharacteristicChanged() 241 public void onDescriptorRead(BluetoothGatt gatt, BluetoothGattDescriptor descriptor, in onDescriptorRead() 247 public void onDescriptorWrite(BluetoothGatt gatt, BluetoothGattDescriptor descriptor, in onDescriptorWrite() 253 public void onReliableWriteCompleted(BluetoothGatt gatt, int status) { in onReliableWriteCompleted() 258 public void onReadRemoteRssi(BluetoothGatt gatt, int rssi, int status) { in onReadRemoteRssi() 263 public void onMtuChanged(BluetoothGatt gatt, int mtu, int status) { in onMtuChanged() [all …]
|
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/bas/ |
D | BatteryStateMachine.java | 454 public void onConnectionStateChange(BluetoothGatt gatt, int status, int newState) { in onConnectionStateChange() 460 public void onServicesDiscovered(BluetoothGatt gatt, int status) { in onServicesDiscovered() 486 BluetoothGatt gatt, BluetoothGattCharacteristic characteristic, byte[] value) { in onCharacteristicChanged() 495 BluetoothGatt gatt, in onCharacteristicRead() 521 BluetoothGatt gatt, BluetoothGattDescriptor descriptor, int status) { in onDescriptorWrite()
|
/packages/modules/Bluetooth/system/rust/src/gatt/server/ |
D | services.rs | 5 pub mod gatt; module
|
/packages/modules/Bluetooth/system/gd/rust/topshim/src/profiles/ |
D | mod.rs | 32 pub mod gatt; module
|
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/bass_client/ |
D | BassClientStateMachine.java | 1114 public void onConnectionStateChange(BluetoothGatt gatt, int status, int newState) { in onConnectionStateChange() 1150 public void onServicesDiscovered(BluetoothGatt gatt, int status) { in onServicesDiscovered() 1173 BluetoothGatt gatt, BluetoothGattCharacteristic characteristic, int status) { in onCharacteristicRead() 1218 BluetoothGatt gatt, BluetoothGattDescriptor descriptor, int status) { in onDescriptorWrite() 1226 public void onMtuChanged(BluetoothGatt gatt, int mtu, int status) { in onMtuChanged() 1245 BluetoothGatt gatt, BluetoothGattCharacteristic characteristic) { in onCharacteristicChanged() 1262 BluetoothGatt gatt, BluetoothGattCharacteristic characteristic, int status) { in onCharacteristicWrite() 1293 BluetoothGatt gatt = in connectGatt() local
|
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/accessories/ |
D | BluetoothAccessoryFragment.java | 251 public void onConnectionStateChange(BluetoothGatt gatt, int status, int newState) { in onConnectionStateChange() 261 public void onServicesDiscovered(BluetoothGatt gatt, int status) { in onServicesDiscovered() 290 public void onCharacteristicRead(BluetoothGatt gatt, in onCharacteristicRead()
|
/packages/modules/Bluetooth/system/bta/test/gatt/ |
D | database_builder_test.cc | 30 namespace gatt { namespace
|
D | database_builder_sample_device_test.cc | 29 namespace gatt { namespace
|
D | database_test.cc | 32 namespace gatt { namespace
|
/packages/modules/Bluetooth/system/rust/src/gatt/ffi/ |
D | gatt_shim.cc | 51 namespace gatt { namespace
|
/packages/modules/Bluetooth/system/rust/src/ |
D | lib.rs | 31 pub mod gatt; module
|
/packages/modules/Bluetooth/system/bta/gatt/ |
D | database.cc | 36 namespace gatt { namespace
|
D | database_builder.cc | 39 namespace gatt { namespace
|
/packages/modules/Bluetooth/framework/tests/bumble/src/android/bluetooth/sockets/lecoc/ |
D | DckL2capTest.kt | 107 data class GattState(val gatt: BluetoothGatt, val status: Int, val state: Int) constant in android.bluetooth.DckL2capTest.GattState 138 val gatt = connectGatt(remoteDevice) in setUp() constant 147 for (gatt in openedGatts) { in tearDown() method
|
/packages/modules/Bluetooth/system/rust/tests/ |
D | gatt_server_test.rs | 53 let gatt = GattModule::new(Rc::new(transport), Arc::new(Mutex::new(arbiter))); in start_gatt_module() localVariable
|
/packages/apps/Settings/src/com/android/settings/accessibility/ |
D | HearingDevicePairingFragment.java | 462 BluetoothGatt gatt = cachedDevice.getDevice().connectGatt(getContext(), false, in discoverServices() local
|
/packages/modules/Bluetooth/system/gd/rust/linux/stack/src/ |
D | suspend.rs | 154 gatt: Arc<Mutex<Box<BluetoothGatt>>>, field
|
D | battery_service.rs | 30 gatt: Arc<Mutex<Box<BluetoothGatt>>>, field
|
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/mcp/ |
D | MediaControlGattService.java | 1178 public BluetoothGattServerProxy(BluetoothGattServer gatt, BluetoothManager manager) { in BluetoothGattServerProxy()
|