Home
last modified time | relevance | path

Searched refs:writeCharacteristic (Results 1 – 14 of 14) sorted by relevance

/packages/modules/Uwb/service/tests/src/com/android/server/uwb/discovery/ble/
DGattTransportClientProviderTest.java286 .writeCharacteristic( in setupGattWriteCharacteristic()
333 when(mMockBluetoothGatt.writeCharacteristic(any(), any(), anyInt())) in testStartProcessing_capabilitiesNotWritten()
344 .writeCharacteristic( in testStartProcessing_capabilitiesNotWritten()
368 .writeCharacteristic( in testStartProcessing_notificationNotEnabled()
389 .writeCharacteristic( in testStartProcessing_succeed()
494 .writeCharacteristic(any(), any(), anyInt()); in testSetCapabilities_charactersticWriteFailed()
513 .writeCharacteristic( in testOnMtuChanged_failed()
531 .writeCharacteristic( in testOnMtuChanged_succeed()
564 .writeCharacteristic( in testSendMessage_charactersticWriteFailed()
578 .writeCharacteristic( in testSendMessage_succeedOnePacket()
[all …]
/packages/apps/Test/connectivity/PMC/src/com/android/pmc/
DGattClientListener.java230 writeCharacteristic(gatt, (int) (timeElapse / MILLSEC)); in onCharacteristicWrite()
268 writeCharacteristic(gatt, INIT_VALUE); in onMtuChanged()
277 private void writeCharacteristic(BluetoothGatt gatt, int value) { in writeCharacteristic() method in GattClientListener.GattCallback
300 gatt.writeCharacteristic(characteristic); in writeCharacteristic()
/packages/modules/Bluetooth/framework/tests/bumble/src/android/bluetooth/
DGattClientTest.java225 gatt.writeCharacteristic( in clientGattWriteCharacteristic()
329 gatt.writeCharacteristic( in consecutiveWriteCharacteristicFails_thenSuccess()
335 gatt2.writeCharacteristic( in consecutiveWriteCharacteristicFails_thenSuccess()
349 gatt2.writeCharacteristic( in consecutiveWriteCharacteristicFails_thenSuccess()
/packages/modules/Bluetooth/framework/java/android/bluetooth/
DBluetoothGatt.java570 mService.writeCharacteristic(
1508 public boolean writeCharacteristic(BluetoothGattCharacteristic characteristic) { in writeCharacteristic() method in BluetoothGatt
1510 return writeCharacteristic( in writeCharacteristic()
1548 public int writeCharacteristic( in writeCharacteristic() method in BluetoothGatt
1594 mService.writeCharacteristic( in writeCharacteristic()
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/gatt/
DGattServiceBinderTest.java330 public void writeCharacteristic() throws Exception { in writeCharacteristic() method in GattServiceBinderTest
338 mBinder.writeCharacteristic( in writeCharacteristic()
342 .writeCharacteristic( in writeCharacteristic()
DGattServiceTest.java415 public void writeCharacteristic() { in writeCharacteristic() method in GattServiceTest
427 mService.writeCharacteristic( in writeCharacteristic()
/packages/modules/Uwb/service/java/com/android/server/uwb/discovery/ble/
DGattTransportClientProvider.java410 mBluetoothGatt.writeCharacteristic( in processInDataPacket()
549 mBluetoothGatt.writeCharacteristic( in writeCapabilitiesCharacteristic()
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/bass_client/
DBassClientStateMachineTest.java1235 verify(btGatt).writeCharacteristic(scanControlPoint); in sendStartScanOffloadMessage_inConnectedState()
1257 verify(btGatt).writeCharacteristic(scanControlPoint); in sendStopScanOffloadMessage_inConnectedState()
1393 verify(btGatt).writeCharacteristic(any()); in sendAddBcastSourceMessage_inConnectedState()
1653 verify(btGatt).writeCharacteristic(any()); in sendSetBcastCodeMessage_inConnectedState()
1759 verify(btGatt).writeCharacteristic(any()); in sendRemoveBcastSourceMessage_inConnectedState()
2012 verify(btGatt).writeCharacteristic(any()); in sendAddBcastSourceMessage_NoResponseWrite()
2047 verify(btGatt).writeCharacteristic(any()); in sendAddBcastSourceMessage_LongWrite()
2405 verify(btGatt).writeCharacteristic(any()); in cancelPendingAddBcastSourceMessage_inConnectedState()
/packages/modules/Bluetooth/android/pandora/server/src/
DGattInstance.kt355 mGatt.writeCharacteristic( in writeCharacteristicBlocking()
/packages/modules/Bluetooth/android/app/aidl/android/bluetooth/
DIBluetoothGatt.aidl127 int writeCharacteristic(in int clientIf, in String address, in int handle, in writeCharacteristic() method
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/bass_client/
DBassClientStateMachine.java1824 mBluetoothGatt.writeCharacteristic(mBroadcastScanControlPoint); in writeBassControlPoint()
2497 public boolean writeCharacteristic(BluetoothGattCharacteristic characteristic) { in writeCharacteristic() method in BluetoothGattTestableWrapper
2498 return mWrappedBluetoothGatt.writeCharacteristic(characteristic); in writeCharacteristic()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/gatt/
DGattService.java672 public int writeCharacteristic( in writeCharacteristic() method in GattService.BluetoothGattBinder
684 return service.writeCharacteristic( in writeCharacteristic()
2360 int writeCharacteristic( in writeCharacteristic() method in GattService
/packages/modules/Bluetooth/framework/api/
Dcurrent.txt621 …sion(android.Manifest.permission.BLUETOOTH_CONNECT) public boolean writeCharacteristic(android.blu…
622 …rmission(android.Manifest.permission.BLUETOOTH_CONNECT) public int writeCharacteristic(@NonNull an…
/packages/modules/Bluetooth/apex/hiddenapi/
Dhiddenapi-max-target-o-low-priority.txt1473 Landroid/bluetooth/IBluetoothGatt$Stub$Proxy;->writeCharacteristic(ILjava/lang/String;III[B)V
1584 Landroid/bluetooth/IBluetoothGatt;->writeCharacteristic(ILjava/lang/String;III[B)V