Home
last modified time | relevance | path

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

12

/packages/modules/Bluetooth/framework/java/android/bluetooth/
DBluetoothGattCallback.java36 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/
DGattClientTest.java109 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 …]
DDckGattTest.kt100 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
DPandoraDevice.java137 public GATTGrpc.GATTStub gatt() { in gatt() method in PandoraDevice
DDckTestRule.kt79 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/
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/Bluetooth/framework/java/android/bluetooth/le/
DDistanceMeasurementManager.java92 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
DPeriodicAdvertisingManager.java150 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
DAdvertisingSet.java48 IBluetoothGatt gatt, in AdvertisingSet()
DBluetoothLeScanner.java260 IBluetoothGatt gatt = null; in startScan() local
346 IBluetoothGatt gatt = mBluetoothAdapter.getBluetoothGatt(); in stopScan() local
DDistanceMeasurementSession.java76 IBluetoothGatt gatt, in DistanceMeasurementSession()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/bas/
DBatteryStateMachine.java545 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/
Dservices.rs5 pub mod gatt; module
/packages/modules/Bluetooth/system/gd/rust/topshim/src/profiles/
Dmod.rs32 pub mod gatt; module
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/bass_client/
DBassClientStateMachine.java1036 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/
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.cc30 namespace gatt { namespace
Ddatabase_builder_sample_device_test.cc29 namespace gatt { namespace
Ddatabase_test.cc32 namespace gatt { namespace
/packages/modules/Bluetooth/system/rust/src/
Dlib.rs38 pub mod gatt; module
/packages/modules/Bluetooth/system/rust/src/gatt/ffi/
Dgatt_shim.cc51 namespace gatt { namespace
/packages/modules/Bluetooth/system/bta/gatt/
Ddatabase.cc36 namespace gatt { namespace
Ddatabase_builder.cc39 namespace gatt { namespace
/packages/modules/Bluetooth/system/rust/tests/
Dgatt_server_test.rs76 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/
DHearingDevicePairingFragment.java460 BluetoothGatt gatt = cachedDevice.getDevice().connectGatt(getContext(), false, in discoverServices() local

12