Home
last modified time | relevance | path

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

12345678910

/aosp_15_r20/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 …]
/aosp_15_r20/packages/modules/Bluetooth/framework/tests/bumble/src/android/bluetooth/
DGattClientTest.java145 BluetoothGatt gatt = device.connectGatt(mContext, false, gattCallback); in directConnectGattAfterClose() local
171 BluetoothGatt gatt = connectGattAndWaitConnection(gattCallback, autoConnect); in fullGattClientLifecycle() local
182 BluetoothGatt gatt = mRemoteLeDevice.connectGatt(mContext, false, gattCallback); in reconnectExistingClient() local
205 BluetoothGatt gatt = connectGattAndWaitConnection(gattCallback); in clientGattDiscoverServices() local
222 BluetoothGatt gatt = connectGattAndWaitConnection(gattCallback); in clientGattReadCharacteristics() local
247 BluetoothGatt gatt = connectGattAndWaitConnection(gattCallback); in clientGattWriteCharacteristic() local
275 BluetoothGatt gatt = connectGattAndWaitConnection(gattCallback); in clientGattNotifyOrIndicateCharacteristic() local
337 BluetoothGatt gatt = connectGattAndWaitConnection(gattCallback); in consecutiveWriteCharacteristicFails_thenSuccess() local
395 BluetoothGatt gatt = device.connectGatt(mContext, false, gattCallback); in connectMultiple_closeOne_shouldSuccess() local
499 BluetoothGatt gatt = mRemoteLeDevice.connectGatt(mContext, autoConnect, callback); in connectGattAndWaitConnection() local
[all …]
DDckGattTest.kt103 val gatt = device.connectGatt(context, false, gattCallbackMock) in setUp() constant
122 for (gatt in gattCaptor.allValues.toSet()) { in tearDown() method
260 val gatt = device.connectGatt(context, false, gattCallbackMock) in testGattConnect_fromIrkScan() constant
306 val gatt = device.connectGatt(context, false, gattCallbackMock) in testGattConnect_fromUuidScan() constant
DDckL2capTest.kt101 data class GattState(val gatt: BluetoothGatt, val status: Int, val state: Int) constant in android.bluetooth.DckL2capTest.GattState
123 val gatt = connectGatt(remoteDevice) in setUp() constant
132 for (gatt in openedGatts) { in tearDown() method
DDckTestRule.kt79 data class GattState(val gatt: BluetoothGatt, val status: Int, val state: Int) constant in android.bluetooth.DckTestRule.GattState
198 val gatt = device.connectGatt(context, false, callback) in connectGatt() constant
DBleOnStateTest.java211 BluetoothGatt gatt = device.connectGatt(mContext, false, gattCallback); in whenScanManagerRefactorOff_gattCanConnect() local
226 BluetoothGatt gatt = device.connectGatt(mContext, false, gattCallback); in whenScanManagerRefactorOn_gattCantConnect() local
/aosp_15_r20/device/google/atv/libraries/BluetoothServices/src/com/google/android/tv/btservices/remote/
DBleConnection.java121 boolean processRequest(BluetoothGatt gatt); in processRequest()
145 public boolean processRequest(BluetoothGatt gatt) { in processRequest()
164 public boolean processRequest(BluetoothGatt gatt) { in processRequest()
185 public boolean processRequest(BluetoothGatt gatt) { in processRequest()
197 private BluetoothGatt gatt; field in BleConnection
227 private void maybeSendNextCommand(BluetoothGatt gatt) { in maybeSendNextCommand()
338 void onGattReady(BluetoothGatt gatt); in onGattReady()
353 void onDisconnect(BluetoothGatt gatt, int status); in onDisconnect()
358 public void onConnectionStateChange(BluetoothGatt gatt, int status, int newState) { in onConnectionStateChange()
381 public void onServicesDiscovered(BluetoothGatt gatt, int status) { in onServicesDiscovered()
[all …]
DTransport.java123 public void onConnectionStateChange(BluetoothGatt gatt, int status, int newState) { in onConnectionStateChange()
141 public void onServicesDiscovered(BluetoothGatt gatt, int status) { in onServicesDiscovered()
163 BluetoothGatt gatt, BluetoothGattCharacteristic characteristic) { in onCharacteristicChanged()
170 BluetoothGatt gatt, BluetoothGattCharacteristic characteristic, int status) { in onCharacteristicWrite()
177 BluetoothGatt gatt, BluetoothGattCharacteristic characteristic, int status) { in onCharacteristicRead()
DDefaultProxy.java203 public void onGattReady(BluetoothGatt gatt) { in onGattReady()
273 public void onDisconnect(BluetoothGatt gatt, int status) { in onDisconnect()
/aosp_15_r20/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 …]
/aosp_15_r20/packages/modules/Bluetooth/framework/java/android/bluetooth/le/
DDistanceMeasurementManager.java97 IBluetoothGatt gatt = mBluetoothAdapter.getBluetoothGatt(); in getSupportedMethods() local
140 IBluetoothGatt gatt = mBluetoothAdapter.getBluetoothGatt(); in startMeasurementSession() local
187 IBluetoothGatt gatt = mBluetoothAdapter.getBluetoothGatt(); in getChannelSoundingMaxSupportedSecurityLevel() local
218 IBluetoothGatt gatt = mBluetoothAdapter.getBluetoothGatt(); in getLocalChannelSoundingMaxSupportedSecurityLevel() local
247 IBluetoothGatt gatt = mBluetoothAdapter.getBluetoothGatt(); in getChannelSoundingSupportedSecurityLevels() local
DPeriodicAdvertisingManager.java171 IBluetoothGatt gatt = mBluetoothAdapter.getBluetoothGatt(); in registerSync() local
210 IBluetoothGatt gatt = mBluetoothAdapter.getBluetoothGatt(); in unregisterSync() local
237 IBluetoothGatt gatt = mBluetoothAdapter.getBluetoothGatt(); in transferSync() local
297 IBluetoothGatt gatt = mBluetoothAdapter.getBluetoothGatt(); in transferSetInfo() local
/aosp_15_r20/external/sl4a/Common/src/com/googlecode/android_scripting/facade/bluetooth/
H A 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 …]
/aosp_15_r20/external/mobly-bundled-snippets/src/main/java/com/google/android/mobly/snippet/bundled/bluetooth/
H A 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()
/aosp_15_r20/out/soong/.intermediates/packages/modules/Bluetooth/system/rust/libbluetooth_core_rs_bridge_codegen/gen/gensrcs/packages/modules/Bluetooth/system/rust/src/gatt/
Dffi.cc737 namespace gatt { namespace
751 namespace gatt { namespace
767 namespace gatt { namespace
803 namespace gatt { namespace
806 …void (::bluetooth::gatt::GattServerCallbacks::*on_server_read$)(::std::uint16_t, ::std::uint32_t, … in bluetooth$gatt$cxxbridge1$GattServerCallbacks$on_server_read() local
811 …void (::bluetooth::gatt::GattServerCallbacks::*on_server_write$)(::std::uint16_t, ::std::uint32_t,… in bluetooth$gatt$cxxbridge1$GattServerCallbacks$on_server_write() local
816 …void (::bluetooth::gatt::GattServerCallbacks::*on_execute$)(::std::uint16_t, ::std::uint32_t, bool… in bluetooth$gatt$cxxbridge1$GattServerCallbacks$on_execute() local
821 …void (::bluetooth::gatt::GattServerCallbacks::*on_indication_sent_confirmation$)(::std::uint16_t, … in bluetooth$gatt$cxxbridge1$GattServerCallbacks$on_indication_sent_confirmation() local
880 namespace gatt { namespace
/aosp_15_r20/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/bass_client/
DBassClientStateMachine.java1256 public void onConnectionStateChange(BluetoothGatt gatt, int status, int newState) { in onConnectionStateChange()
1293 public void onServicesDiscovered(BluetoothGatt gatt, int status) { in onServicesDiscovered()
1315 BluetoothGatt gatt, BluetoothGattCharacteristic characteristic, int status) { in onCharacteristicRead()
1349 BluetoothGatt gatt, BluetoothGattDescriptor descriptor, int status) { in onDescriptorWrite()
1357 public void onMtuChanged(BluetoothGatt gatt, int mtu, int status) { in onMtuChanged()
1373 BluetoothGatt gatt, BluetoothGattCharacteristic characteristic) { in onCharacteristicChanged()
1385 BluetoothGatt gatt, BluetoothGattCharacteristic characteristic, int status) { in onCharacteristicWrite()
1556 BluetoothGatt gatt = in connectGatt() local
/aosp_15_r20/out/soong/.intermediates/frameworks/base/media/packages/BluetoothMidiService/BluetoothMidiService/android_common/repackaged-jarjar/javac/
DBluetoothMidiService.jarcom/android/bluetoothmidiservice/PacketEncoder.class PacketEncoder.java package com.android.bluetoothmidiservice public ...
/aosp_15_r20/out/soong/.intermediates/frameworks/base/media/packages/BluetoothMidiService/BluetoothMidiService/android_common/javac/
DBluetoothMidiService.jar ... , int, int) android.bluetooth.BluetoothGatt gatt int status int newState public void onServicesDiscovered (android. ...
/aosp_15_r20/out/soong/.intermediates/frameworks/base/media/packages/BluetoothMidiService/BluetoothMidiService/android_common/combined/
DBluetoothMidiService.jar ... , int, int) android.bluetooth.BluetoothGatt gatt int status int newState public void onServicesDiscovered (android. ...
/aosp_15_r20/out/target/common/obj/APPS/BluetoothMidiService_intermediates/
Dclasses.jar ... , int, int) android.bluetooth.BluetoothGatt gatt int status int newState public void onServicesDiscovered (android. ...
/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/fuchsia/host/fidl/public/pw_bluetooth_sapphire/fuchsia/host/fidl/
H A Dserver_base.h115 GattServerBase(bt::gatt::GATT::WeakPtr gatt, in GattServerBase()
126 bt::gatt::GATT::WeakPtr gatt() const { return gatt_; } in gatt() function
/aosp_15_r20/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()
/aosp_15_r20/external/python/bumble/extras/android/BtBench/app/src/main/java/com/github/google/bumble/btbench/
DL2capClient.kt52 val gatt = remoteDevice.connectGatt( in run() constant
/aosp_15_r20/external/robolectric/integration_tests/kotlin/src/test/kotlin/org/robolectric/integrationtests/kotlin/flow/
H A DBluetoothProvisioner.kt75 val gatt = connectToDevice(device).firstOrNull() in scanAndConnect() constant
H A DBluetoothProvisionerTest.kt67 val gatt = shadowDevice.bluetoothGatts.first() in testBluetoothProvisioner() constant

12345678910