Searched refs:endReliableWrite (Results 1 – 6 of 6) sorted by relevance
/aosp12/system/bt/service/doc/ |
H A D | IBluetoothGattClientCallback.txt | 90 * Called as a result of IBluetoothGattClient.endReliableWrite. 91 * |device_address| refers to the remote device that the endReliableWrite
|
H A D | IBluetoothGattClient.txt | 163 * endReliableWrite. Returns false if the procedure cannot be started, e.g. if 178 boolean endReliableWrite(in int client_id, in String device_address,
|
/aosp12/system/bt/binder/android/bluetooth/ |
H A D | IBluetoothGatt.aidl | 134 …void endReliableWrite(in int clientIf, in String address, in boolean execute, in AttributionSource… in endReliableWrite() method
|
/aosp12/frameworks/base/core/java/android/bluetooth/ |
H A D | BluetoothGatt.java | 1428 mService.endReliableWrite(mClientIf, mDevice.getAddress(), true, mAttributionSource); in executeReliableWrite() 1452 mService.endReliableWrite(mClientIf, mDevice.getAddress(), false, mAttributionSource); in abortReliableWrite()
|
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/ |
H A D | GattService.java | 773 public void endReliableWrite(int clientIf, String address, boolean execute, in endReliableWrite() method in GattService.BluetoothGattBinder 779 service.endReliableWrite(clientIf, address, execute, attributionSource); in endReliableWrite() 3021 void endReliableWrite( in endReliableWrite() method in GattService
|
/aosp12/frameworks/base/boot/hiddenapi/ |
H A D | hiddenapi-max-target-o.txt | 11238 Landroid/bluetooth/IBluetoothGatt$Stub$Proxy;->endReliableWrite(ILjava/lang/String;Z)V 11353 Landroid/bluetooth/IBluetoothGatt;->endReliableWrite(ILjava/lang/String;Z)V
|