Home
last modified time | relevance | path

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

12

/external/mobly-bundled-snippets/src/main/java/com/google/android/mobly/snippet/bundled/bluetooth/
DBluetoothGattClientSnippet.java144 public void onConnectionStateChange(BluetoothGatt gatt, int status, int newState) { in onConnectionStateChange()
159 public void onServicesDiscovered(BluetoothGatt gatt, int status) { in onServicesDiscovered()
182 BluetoothGatt gatt, BluetoothGattCharacteristic characteristic, int status) { in onCharacteristicRead()
195 BluetoothGatt gatt, BluetoothGattCharacteristic characteristic, int status) { in onCharacteristicWrite()
204 public void onReliableWriteCompleted(BluetoothGatt gatt, int status) { in onReliableWriteCompleted()
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/bluetooth/
DGattClientFacade.java159 BluetoothGatt gatt = mBluetoothGattList.get(index); in gattClientDiscoverServiceByUuid() local
2050 public void onConnectionStateChange(BluetoothGatt gatt, int status, int newState) { in onConnectionStateChange()
2085 public void onPhyRead(BluetoothGatt gatt, int txPhy, int rxPhy, int status) { in onPhyRead()
2095 public void onPhyUpdate(BluetoothGatt gatt, int txPhy, int rxPhy, int status) { in onPhyUpdate()
2105 public void onServicesDiscovered(BluetoothGatt gatt, int status) { in onServicesDiscovered()
2117 BluetoothGatt gatt, BluetoothGattCharacteristic characteristic, int status) { in onCharacteristicRead()
2128 BluetoothGatt gatt, BluetoothGattCharacteristic characteristic, int status) { in onCharacteristicWrite()
2139 BluetoothGatt gatt, BluetoothGattCharacteristic characteristic) { in onCharacteristicChanged()
2151 BluetoothGatt gatt, BluetoothGattDescriptor descriptor, int status) { in onDescriptorRead()
2161 BluetoothGatt gatt, BluetoothGattDescriptor descriptor, int status) { in onDescriptorWrite()
[all …]
/external/python/bumble/extras/android/BtBench/app/src/main/java/com/github/google/bumble/btbench/
DL2capClient.kt52 val gatt = remoteDevice.connectGatt( in run() constant
/external/pigweed/pw_bluetooth_sapphire/host/gatt/
Dmock_server.cc21 namespace bt::gatt::testing { namespace
Dconnection.cc25 namespace bt::gatt::internal { namespace
Dgatt_defs.cc17 namespace bt::gatt { namespace
Dtypes.cc17 namespace bt::gatt { namespace
Dgeneric_attribute_service.cc22 namespace bt::gatt { namespace
Dremote_characteristic.cc22 namespace bt::gatt { namespace
Dgeneric_attribute_service_test.cc22 namespace bt::gatt { namespace
Dfake_layer.cc19 namespace bt::gatt::testing { namespace
Dfake_client.cc22 namespace bt::gatt::testing { namespace
Dgatt.cc31 namespace bt::gatt { namespace
Dgatt_test.cc30 namespace bt::gatt::internal { namespace
109 GATT* gatt() const { return gatt_.get(); } in gatt() function in bt::gatt::internal::__anon1eb870ce0111::GattTest
Dremote_service_manager.cc21 namespace bt::gatt::internal { namespace
/external/robolectric/integration_tests/kotlin/src/test/kotlin/org/robolectric/integrationtests/kotlin/flow/
DBluetoothProvisioner.kt75 val gatt = connectToDevice(device).firstOrNull() in scanAndConnect() constant
DBluetoothProvisionerTest.kt69 val gatt = shadowDevice.bluetoothGatts.first() in testBluetoothProvisioner() constant
/external/robolectric/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowDistanceMeasurementManager.java50 IBluetoothGatt gatt = ReflectionHelpers.createNullProxy(IBluetoothGatt.class); in startMeasurementSession() local
DShadowBluetoothDevice.java52 public void onNewGattConnection(BluetoothGatt gatt); in onNewGattConnection()
/external/robolectric/robolectric/src/test/java/org/robolectric/shadows/
DShadowBluetoothDeviceTest.java290 public void onNewGattConnection(BluetoothGatt gatt) { in connectGatt_withInterceptor()
298 BluetoothGatt gatt = in connectGatt_withInterceptor() local
/external/mobly-bundled-snippets/src/main/java/com/google/android/mobly/snippet/bundled/utils/
DJsonSerializer.java247 public static Bundle serializeBluetoothGatt(BluetoothGatt gatt) { in serializeBluetoothGatt()
/external/pigweed/pw_bluetooth_sapphire/host/common/
Dadvertising_data_test.cc457 UUID gatt(kGattUuid); in TEST() local
495 UUID gatt(kGattUuid); in TEST() local
522 UUID gatt(kGattUuid); in TEST() local
/external/pigweed/pw_bluetooth_sapphire/host/gap/
Dlow_energy_connection.cc46 gatt::GATT::WeakPtr gatt, in Create() argument
89 gatt::GATT::WeakPtr gatt, in LowEnergyConnection() argument
Dlow_energy_connector.cc55 gatt::GATT::WeakPtr gatt, in LowEnergyConnector() argument
Dlow_energy_connection_manager.cc114 gatt::GATT::WeakPtr gatt, in LowEnergyConnectionManager() argument

12