| /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 …]
|
| /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 | DistanceMeasurementManager.java | 97 IBluetoothGatt gatt = mBluetoothManager.getBluetoothGatt(); in getSupportedMethods() local 148 IBluetoothGatt gatt = mBluetoothManager.getBluetoothGatt(); in startMeasurementSession() local
|
| D | BluetoothLeScanner.java | 258 IBluetoothGatt gatt; in startScan() local 330 IBluetoothGatt gatt; in stopScan() local
|
| D | DistanceMeasurementSession.java | 81 public DistanceMeasurementSession(IBluetoothGatt gatt, ParcelUuid uuid, in DistanceMeasurementSession()
|
| /packages/modules/Bluetooth/android/app/src/com/android/bluetooth/bas/ |
| D | BatteryStateMachine.java | 533 public void onConnectionStateChange(BluetoothGatt gatt, int status, int newState) { in onConnectionStateChange() 538 public void onServicesDiscovered(BluetoothGatt gatt, int status) { in onServicesDiscovered() 563 public void onCharacteristicChanged(BluetoothGatt gatt, in onCharacteristicChanged() 571 public void onCharacteristicRead(BluetoothGatt gatt, in onCharacteristicRead() 593 public void onDescriptorWrite(BluetoothGatt gatt, BluetoothGattDescriptor descriptor, 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 | 31 pub mod gatt; module
|
| /packages/modules/Bluetooth/android/app/src/com/android/bluetooth/bass_client/ |
| D | BassClientStateMachine.java | 920 public void onConnectionStateChange(BluetoothGatt gatt, int status, int newState) { in onConnectionStateChange() 956 public void onServicesDiscovered(BluetoothGatt gatt, int status) { in onServicesDiscovered() 974 BluetoothGatt gatt, in onCharacteristicRead() 1008 BluetoothGatt gatt, BluetoothGattDescriptor descriptor, int status) { in onDescriptorWrite() 1023 public void onMtuChanged(BluetoothGatt gatt, int mtu, int status) { in onMtuChanged() 1036 BluetoothGatt gatt, BluetoothGattCharacteristic characteristic) { in onCharacteristicChanged() 1055 BluetoothGatt gatt, in onCharacteristicWrite() 1082 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/rust/src/gatt/ffi/ |
| D | gatt_shim.cc | 51 namespace gatt { namespace
|
| /packages/modules/Bluetooth/system/rust/src/ |
| D | lib.rs | 39 pub mod gatt; module
|
| /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/rust/tests/ |
| D | gatt_server_test.rs | 71 let gatt = GattModule::new(Rc::new(transport)); in start_gatt_module() localVariable
|
| /packages/modules/Bluetooth/system/blueberry/tests/topshim/lib/ |
| D | topshim_device.py | 91 def __init__(self, adapter, gatt, security, hfp, hf_client): argument
|