HomeSort by relevance Sort by last modified time
    Searched refs:writeCharacteristic (Results 1 - 8 of 8) sorted by null

  /cts/apps/CtsVerifier/src/com/android/cts/verifier/bluetooth/
BleClientService.java 157 writeCharacteristic(writeValue);
186 private void writeCharacteristic(String writeValue) {
190 mBluetoothGatt.writeCharacteristic(characteristic);
BleServerService.java 117 private void writeCharacteristic(String writeValue) {
  /frameworks/base/core/java/android/bluetooth/
IBluetoothGatt.aidl 55 void writeCharacteristic(in int clientIf, in String address, in int srvcType,
BluetoothGatt.java 375 mService.writeCharacteristic(mClientIf, address,
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
GattService.java 349 public void writeCharacteristic(int clientIf, String address, int srvcType,
355 service.writeCharacteristic(clientIf, address, srvcType, srvcInstanceId,
    [all...]
  /prebuilts/sdk/18/
android.jar 
  /prebuilts/sdk/19/
android.jar 
  /prebuilts/sdk/current/
android.jar 

Completed in 188 milliseconds