| /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 | 109 BluetoothGatt gatt = device.connectGatt(mContext, false, gattCallback); in directConnectGattAfterClose() local 132 BluetoothGatt gatt = connectGattAndWaitConnection(gattCallback); in fullGattClientLifecycle() local 146 BluetoothGatt gatt = device.connectGatt(mContext, false, gattCallback); in reconnectExistingClient() local 169 BluetoothGatt gatt = connectGattAndWaitConnection(gattCallback); in clientGattDiscoverServices() local 187 BluetoothGatt gatt = connectGattAndWaitConnection(gattCallback); in clientGattReadCharacteristics() local 213 BluetoothGatt gatt = connectGattAndWaitConnection(gattCallback); in clientGattWriteCharacteristic() local 243 BluetoothGatt gatt = connectGattAndWaitConnection(gattCallback); in clientGattNotifyOrIndicateCharacteristic() local 310 BluetoothGatt gatt = connectGattAndWaitConnection(gattCallback); in consecutiveWriteCharacteristicFails_thenSuccess() local 449 BluetoothGatt gatt = device.connectGatt(mContext, false, callback); in connectGattAndWaitConnection() local 456 BluetoothGatt gatt, BluetoothGattCallback callback) { in disconnectAndWaitDisconnection() [all …]
|
| D | DckGattTest.kt | 100 val gatt = device.connectGatt(context, false, gattCallbackMock) in setUp() constant 119 for (gatt in gattCaptor.allValues.toSet()) { in tearDown() method 257 val gatt = device.connectGatt(context, false, gattCallbackMock) in testGattConnect_fromIrkScan() constant 303 val gatt = device.connectGatt(context, false, gattCallbackMock) in testGattConnect_fromUuidScan() constant
|
| D | PandoraDevice.java | 137 public GATTGrpc.GATTStub gatt() { in gatt() method in PandoraDevice
|
| D | DckTestRule.kt | 79 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
|
| /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/framework/java/android/bluetooth/le/ |
| D | DistanceMeasurementManager.java | 92 IBluetoothGatt gatt = mBluetoothAdapter.getBluetoothGatt(); in getSupportedMethods() local 139 IBluetoothGatt gatt = mBluetoothAdapter.getBluetoothGatt(); in startMeasurementSession() local 186 IBluetoothGatt gatt = mBluetoothAdapter.getBluetoothGatt(); in getChannelSoundingMaxSupportedSecurityLevel() local 219 IBluetoothGatt gatt = mBluetoothAdapter.getBluetoothGatt(); in getLocalChannelSoundingMaxSupportedSecurityLevel() local
|
| D | PeriodicAdvertisingManager.java | 150 IBluetoothGatt gatt = mBluetoothAdapter.getBluetoothGatt(); in registerSync() local 182 IBluetoothGatt gatt = mBluetoothAdapter.getBluetoothGatt(); in unregisterSync() local 203 IBluetoothGatt gatt = mBluetoothAdapter.getBluetoothGatt(); in transferSync() local 240 IBluetoothGatt gatt = mBluetoothAdapter.getBluetoothGatt(); in transferSetInfo() local
|
| D | AdvertisingSet.java | 48 IBluetoothGatt gatt, in AdvertisingSet()
|
| D | BluetoothLeScanner.java | 260 IBluetoothGatt gatt = null; in startScan() local 346 IBluetoothGatt gatt = mBluetoothAdapter.getBluetoothGatt(); in stopScan() local
|
| D | DistanceMeasurementSession.java | 76 IBluetoothGatt gatt, in DistanceMeasurementSession()
|
| /packages/modules/Bluetooth/android/app/src/com/android/bluetooth/bas/ |
| D | BatteryStateMachine.java | 545 public void onConnectionStateChange(BluetoothGatt gatt, int status, int newState) { in onConnectionStateChange() 550 public void onServicesDiscovered(BluetoothGatt gatt, int status) { in onServicesDiscovered() 576 BluetoothGatt gatt, BluetoothGattCharacteristic characteristic, byte[] value) { in onCharacteristicChanged() 584 BluetoothGatt gatt, in onCharacteristicRead() 610 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 | 1036 public void onConnectionStateChange(BluetoothGatt gatt, int status, int newState) { in onConnectionStateChange() 1073 public void onServicesDiscovered(BluetoothGatt gatt, int status) { in onServicesDiscovered() 1095 BluetoothGatt gatt, BluetoothGattCharacteristic characteristic, int status) { in onCharacteristicRead() 1129 BluetoothGatt gatt, BluetoothGattDescriptor descriptor, int status) { in onDescriptorWrite() 1137 public void onMtuChanged(BluetoothGatt gatt, int mtu, int status) { in onMtuChanged() 1153 BluetoothGatt gatt, BluetoothGattCharacteristic characteristic) { in onCharacteristicChanged() 1165 BluetoothGatt gatt, BluetoothGattCharacteristic characteristic, int status) { in onCharacteristicWrite() 1337 BluetoothGatt gatt = 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 | 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/ |
| D | lib.rs | 38 pub mod gatt; module
|
| /packages/modules/Bluetooth/system/rust/src/gatt/ffi/ |
| D | gatt_shim.cc | 51 namespace gatt { namespace
|
| /packages/modules/Bluetooth/system/bta/gatt/ |
| D | database.cc | 36 namespace gatt { namespace
|
| D | database_builder.cc | 39 namespace gatt { namespace
|
| /packages/modules/Bluetooth/system/rust/tests/ |
| D | gatt_server_test.rs | 76 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 | 460 BluetoothGatt gatt = cachedDevice.getDevice().connectGatt(getContext(), false, in discoverServices() local
|