Home
last modified time | relevance | path

Searched defs:gatt (Results 1 – 25 of 25) sorted by relevance

/packages/modules/Bluetooth/framework/java/android/bluetooth/
DBluetoothGattCallback.java38 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 …]
DBluetoothDevice.java3090 BluetoothGatt gatt = new BluetoothGatt( in connectGatt() local
DBluetoothAdapter.java3733 BluetoothGatt gatt = (BluetoothGatt) proxy; in closeProfileProxy() local
/packages/modules/Connectivity/nearby/service/java/com/android/server/nearby/common/bluetooth/testability/android/bluetooth/
DBluetoothGattCallback.java34 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 …]
DBluetoothDevice.java149 android.bluetooth.BluetoothGatt gatt = in connectGatt() local
165 android.bluetooth.BluetoothGatt gatt = in connectGatt() local
DBluetoothGattWrapper.java163 public static BluetoothGattWrapper wrap(android.bluetooth.BluetoothGatt gatt) { in wrap()
/packages/apps/Test/connectivity/PMC/src/com/android/pmc/
DGattClientListener.java184 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/
DBluetoothGattHelper.java340 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 …]
DBluetoothGattConnection.java90 BluetoothGattWrapper gatt, in BluetoothGattConnection()
/packages/modules/Bluetooth/framework/java/android/bluetooth/le/
DPeriodicAdvertisingManager.java161 IBluetoothGatt gatt; in registerSync() local
204 IBluetoothGatt gatt; in unregisterSync() local
233 IBluetoothGatt gatt; in transferSync() local
279 IBluetoothGatt gatt; in transferSetInfo() local
DBluetoothLeScanner.java258 IBluetoothGatt gatt; in startScan() local
330 IBluetoothGatt gatt; in stopScan() local
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/bas/
DBatteryStateMachine.java534 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/
Dmod.rs5 pub mod gatt; module
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/bass_client/
DBassClientStateMachine.java835 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/
DBluetoothAccessoryFragment.java250 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/
Ddatabase_builder_test.cc31 namespace gatt { namespace
Ddatabase_builder_sample_device_test.cc30 namespace gatt { namespace
Ddatabase_test.cc31 namespace gatt { namespace
/packages/modules/Bluetooth/system/bta/gatt/
Ddatabase.cc35 namespace gatt { namespace
Ddatabase_builder.cc37 namespace gatt { namespace
/packages/modules/Bluetooth/system/service/
Dgatt_server_old.cc82 namespace gatt { namespace
114 const btgatt_interface_t* gatt; member
478 namespace gatt { namespace
/packages/modules/Bluetooth/android/pandora/server/src/com/android/pandora/
DServer.kt36 private var gatt: Gatt variable
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/bass_client/
DBassClientStateMachineTest.java1645 BluetoothGatt gatt = null; in notifyConnectionStateChanged() local
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/mcp/
DMediaControlGattService.java793 public BluetoothGattServerProxy(BluetoothGattServer gatt, BluetoothManager manager) { in BluetoothGattServerProxy()
/packages/modules/Bluetooth/system/gd/rust/linux/stack/src/
Dbluetooth_gatt.rs484 gatt: Option<Gatt>, field