Home
last modified time | relevance | path

Searched defs:gatt (Results 1 – 25 of 29) 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.java156 BluetoothGatt gatt = device.connectGatt(mContext, false, gattCallback); in directConnectGattAfterClose() local
182 BluetoothGatt gatt = connectGattAndWaitConnection(gattCallback, autoConnect); in fullGattClientLifecycle() local
197 BluetoothGatt gatt = connectGattAndWaitConnection(gattCallback, false); in onConnectionUpdatedIsCalledOnlyOnceForRelaxingConnectionParameters_noGattCache() local
223 BluetoothGatt gatt = mRemoteLeDevice.connectGatt(mContext, false, gattCallback); in reconnectExistingClient() local
246 BluetoothGatt gatt = connectGattAndWaitConnection(gattCallback); in clientGattDiscoverServices() local
263 BluetoothGatt gatt = connectGattAndWaitConnection(gattCallback); in clientGattReadCharacteristics() local
288 BluetoothGatt gatt = connectGattAndWaitConnection(gattCallback); in clientGattWriteCharacteristic() local
316 BluetoothGatt gatt = connectGattAndWaitConnection(gattCallback); in clientGattNotifyOrIndicateCharacteristic() local
376 BluetoothGatt gatt = connectGattAndWaitConnection(gattCallback); in consecutiveWriteCharacteristicFails_thenSuccess() local
433 BluetoothGatt gatt = device.connectGatt(mContext, false, gattCallback); in connectMultiple_closeOne_shouldSuccess() local
[all …]
DDckGattTest.kt105 val gatt = device.connectGatt(context, false, gattCallbackMock) in setUp() constant
124 for (gatt in gattCaptor.allValues.toSet()) { in tearDown() method
254 val gatt = device.connectGatt(context, false, gattCallbackMock) in testGattConnect_fromIrkScan() constant
296 val gatt = device.connectGatt(context, false, gattCallbackMock) in testGattConnect_fromUuidScan() constant
DBleOnStateTest.java212 BluetoothGatt gatt = device.connectGatt(mContext, false, gattCallback); in whenOnlyStartScanDuringBleOnOff_gattCanConnect() local
227 BluetoothGatt gatt = device.connectGatt(mContext, false, gattCallback); in whenOnlyStartScanDuringBleOnOn_gattCantConnect() local
DDckTestRule.kt80 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
DPandoraDevice.java222 public GATTGrpc.GATTStub gatt() { in gatt() method in PandoraDevice
/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/android/app/src/com/android/bluetooth/bas/
DBatteryStateMachine.java454 public void onConnectionStateChange(BluetoothGatt gatt, int status, int newState) { in onConnectionStateChange()
460 public void onServicesDiscovered(BluetoothGatt gatt, int status) { in onServicesDiscovered()
486 BluetoothGatt gatt, BluetoothGattCharacteristic characteristic, byte[] value) { in onCharacteristicChanged()
495 BluetoothGatt gatt, in onCharacteristicRead()
521 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.java1114 public void onConnectionStateChange(BluetoothGatt gatt, int status, int newState) { in onConnectionStateChange()
1150 public void onServicesDiscovered(BluetoothGatt gatt, int status) { in onServicesDiscovered()
1173 BluetoothGatt gatt, BluetoothGattCharacteristic characteristic, int status) { in onCharacteristicRead()
1218 BluetoothGatt gatt, BluetoothGattDescriptor descriptor, int status) { in onDescriptorWrite()
1226 public void onMtuChanged(BluetoothGatt gatt, int mtu, int status) { in onMtuChanged()
1245 BluetoothGatt gatt, BluetoothGattCharacteristic characteristic) { in onCharacteristicChanged()
1262 BluetoothGatt gatt, BluetoothGattCharacteristic characteristic, int status) { in onCharacteristicWrite()
1293 BluetoothGatt gatt = in connectGatt() local
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/accessories/
DBluetoothAccessoryFragment.java251 public void onConnectionStateChange(BluetoothGatt gatt, int status, int newState) { in onConnectionStateChange()
261 public void onServicesDiscovered(BluetoothGatt gatt, int status) { in onServicesDiscovered()
290 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/gatt/ffi/
Dgatt_shim.cc51 namespace gatt { namespace
/packages/modules/Bluetooth/system/rust/src/
Dlib.rs31 pub mod gatt; module
/packages/modules/Bluetooth/system/bta/gatt/
Ddatabase.cc36 namespace gatt { namespace
Ddatabase_builder.cc39 namespace gatt { namespace
/packages/modules/Bluetooth/framework/tests/bumble/src/android/bluetooth/sockets/lecoc/
DDckL2capTest.kt107 data class GattState(val gatt: BluetoothGatt, val status: Int, val state: Int) constant in android.bluetooth.DckL2capTest.GattState
138 val gatt = connectGatt(remoteDevice) in setUp() constant
147 for (gatt in openedGatts) { in tearDown() method
/packages/modules/Bluetooth/system/rust/tests/
Dgatt_server_test.rs53 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.java462 BluetoothGatt gatt = cachedDevice.getDevice().connectGatt(getContext(), false, in discoverServices() local
/packages/modules/Bluetooth/system/gd/rust/linux/stack/src/
Dsuspend.rs154 gatt: Arc<Mutex<Box<BluetoothGatt>>>, field
Dbattery_service.rs30 gatt: Arc<Mutex<Box<BluetoothGatt>>>, field
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/mcp/
DMediaControlGattService.java1178 public BluetoothGattServerProxy(BluetoothGattServer gatt, BluetoothManager manager) { in BluetoothGattServerProxy()

12