/packages/modules/Bluetooth/framework/java/android/bluetooth/ |
D | BluetoothGattCallback.java | 38 public void onPhyUpdate(BluetoothGatt gatt, int txPhy, int rxPhy, int status) { in onPhyUpdate() 52 public void onPhyRead(BluetoothGatt gatt, int txPhy, int rxPhy, int status) { in onPhyRead() 65 public void onConnectionStateChange(BluetoothGatt gatt, int status, in onConnectionStateChange() 77 public void onServicesDiscovered(BluetoothGatt gatt, int status) { in onServicesDiscovered() 92 public void onCharacteristicRead(BluetoothGatt gatt, BluetoothGattCharacteristic characteristic, in onCharacteristicRead() 106 public void onCharacteristicRead(@NonNull BluetoothGatt gatt, @NonNull in onCharacteristicRead() 128 public void onCharacteristicWrite(BluetoothGatt gatt, in onCharacteristicWrite() 143 public void onCharacteristicChanged(BluetoothGatt gatt, in onCharacteristicChanged() 157 public void onCharacteristicChanged(@NonNull BluetoothGatt gatt, in onCharacteristicChanged() 174 public void onDescriptorRead(BluetoothGatt gatt, BluetoothGattDescriptor descriptor, in onDescriptorRead() [all …]
|
D | BluetoothDevice.java | 3090 BluetoothGatt gatt = new BluetoothGatt( in connectGatt() local
|
D | BluetoothAdapter.java | 3733 BluetoothGatt gatt = (BluetoothGatt) proxy; in closeProfileProxy() local
|
/packages/modules/Connectivity/nearby/service/java/com/android/server/nearby/common/bluetooth/testability/android/bluetooth/ |
D | BluetoothGattCallback.java | 34 public void onConnectionStateChange(BluetoothGattWrapper gatt, int status, int newState) {} in onConnectionStateChange() 40 public void onServicesDiscovered(BluetoothGattWrapper gatt, int status) {} in onServicesDiscovered() 46 public void onCharacteristicRead(BluetoothGattWrapper gatt, BluetoothGattCharacteristic in onCharacteristicRead() 53 public void onCharacteristicWrite(BluetoothGattWrapper gatt, in onCharacteristicWrite() 61 BluetoothGattWrapper gatt, BluetoothGattDescriptor descriptor, int status) {} in onDescriptorRead() 67 public void onDescriptorWrite(BluetoothGattWrapper gatt, BluetoothGattDescriptor descriptor, in onDescriptorWrite() 74 public void onReadRemoteRssi(BluetoothGattWrapper gatt, int rssi, int status) {} in onReadRemoteRssi() 80 public void onReliableWriteCompleted(BluetoothGattWrapper gatt, int status) {} in onReliableWriteCompleted() 87 public void onMtuChanged(BluetoothGattWrapper gatt, int mtu, int status) {} in onMtuChanged() 94 public void onCharacteristicChanged(BluetoothGattWrapper gatt, in onCharacteristicChanged() [all …]
|
D | BluetoothDevice.java | 149 android.bluetooth.BluetoothGatt gatt = in connectGatt() local 165 android.bluetooth.BluetoothGatt gatt = in connectGatt() local
|
D | BluetoothGattWrapper.java | 163 public static BluetoothGattWrapper wrap(android.bluetooth.BluetoothGatt gatt) { in wrap()
|
/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/Connectivity/nearby/service/java/com/android/server/nearby/common/bluetooth/gatt/ |
D | BluetoothGattHelper.java | 340 private BluetoothGattConnection getConnectionByGatt(BluetoothGattWrapper gatt) in getConnectionByGatt() 352 public void onConnectionStateChange(BluetoothGattWrapper gatt, int status, int newState) { in onConnectionStateChange() 435 public void onMtuChanged(BluetoothGattWrapper gatt, int mtu, int status) { in onMtuChanged() 465 public void onServicesDiscovered(BluetoothGattWrapper gatt, int status) { in onServicesDiscovered() 471 public void onCharacteristicRead(BluetoothGattWrapper gatt, in onCharacteristicRead() 479 public void onCharacteristicWrite(BluetoothGattWrapper gatt, in onCharacteristicWrite() 486 public void onDescriptorRead(BluetoothGattWrapper gatt, BluetoothGattDescriptor descriptor, in onDescriptorRead() 494 public void onDescriptorWrite(BluetoothGattWrapper gatt, BluetoothGattDescriptor descriptor, in onDescriptorWrite() 503 public void onReadRemoteRssi(BluetoothGattWrapper gatt, int rssi, int status) { in onReadRemoteRssi() 509 public void onReliableWriteCompleted(BluetoothGattWrapper gatt, int status) { in onReliableWriteCompleted() [all …]
|
D | BluetoothGattConnection.java | 90 BluetoothGattWrapper gatt, in BluetoothGattConnection()
|
/packages/modules/Bluetooth/framework/java/android/bluetooth/le/ |
D | PeriodicAdvertisingManager.java | 161 IBluetoothGatt gatt; in registerSync() local 204 IBluetoothGatt gatt; in unregisterSync() local 233 IBluetoothGatt gatt; in transferSync() local 279 IBluetoothGatt gatt; in transferSetInfo() local
|
D | BluetoothLeScanner.java | 258 IBluetoothGatt gatt; in startScan() local 330 IBluetoothGatt gatt; in stopScan() local
|
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/bas/ |
D | BatteryStateMachine.java | 534 public void onConnectionStateChange(BluetoothGatt gatt, int status, int newState) { in onConnectionStateChange() 539 public void onServicesDiscovered(BluetoothGatt gatt, int status) { in onServicesDiscovered() 564 public void onCharacteristicChanged(BluetoothGatt gatt, in onCharacteristicChanged() 572 public void onCharacteristicRead(BluetoothGatt gatt, in onCharacteristicRead() 594 public void onDescriptorWrite(BluetoothGatt gatt, BluetoothGattDescriptor descriptor, in onDescriptorWrite()
|
/packages/modules/Bluetooth/system/gd/rust/topshim/src/profiles/ |
D | mod.rs | 5 pub mod gatt; module
|
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/bass_client/ |
D | BassClientStateMachine.java | 835 public void onConnectionStateChange(BluetoothGatt gatt, int status, int newState) { in onConnectionStateChange() 871 public void onServicesDiscovered(BluetoothGatt gatt, int status) { in onServicesDiscovered() 889 BluetoothGatt gatt, in onCharacteristicRead() 923 BluetoothGatt gatt, BluetoothGattDescriptor descriptor, int status) { in onDescriptorWrite() 938 public void onMtuChanged(BluetoothGatt gatt, int mtu, int status) { in onMtuChanged() 951 BluetoothGatt gatt, BluetoothGattCharacteristic characteristic) { in onCharacteristicChanged() 970 BluetoothGatt gatt, in onCharacteristicWrite() 997 BluetoothGatt gatt = mDevice.connectGatt(mService, autoConnect, in connectGatt() local
|
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/accessories/ |
D | BluetoothAccessoryFragment.java | 250 public void onConnectionStateChange(BluetoothGatt gatt, int status, int newState) { in onConnectionStateChange() 260 public void onServicesDiscovered(BluetoothGatt gatt, int status) { in onServicesDiscovered() 289 public void onCharacteristicRead(BluetoothGatt gatt, in onCharacteristicRead()
|
/packages/modules/Bluetooth/system/bta/test/gatt/ |
D | database_builder_test.cc | 31 namespace gatt { namespace
|
D | database_builder_sample_device_test.cc | 30 namespace gatt { namespace
|
D | database_test.cc | 31 namespace gatt { namespace
|
/packages/modules/Bluetooth/system/bta/gatt/ |
D | database.cc | 35 namespace gatt { namespace
|
D | database_builder.cc | 37 namespace gatt { namespace
|
/packages/modules/Bluetooth/system/service/ |
D | gatt_server_old.cc | 82 namespace gatt { namespace 114 const btgatt_interface_t* gatt; member 478 namespace gatt { namespace
|
/packages/modules/Bluetooth/android/pandora/server/src/com/android/pandora/ |
D | Server.kt | 36 private var gatt: Gatt variable
|
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/bass_client/ |
D | BassClientStateMachineTest.java | 1645 BluetoothGatt gatt = null; in notifyConnectionStateChanged() local
|
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/mcp/ |
D | MediaControlGattService.java | 793 public BluetoothGattServerProxy(BluetoothGattServer gatt, BluetoothManager manager) { in BluetoothGattServerProxy()
|
/packages/modules/Bluetooth/system/gd/rust/linux/stack/src/ |
D | bluetooth_gatt.rs | 484 gatt: Option<Gatt>, field
|