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

  /system/bt/service/doc/
IBluetoothGattClient.txt 73 boolean readCharacteristic(in int client_id,
  /developers/build/prebuilts/gradle/BluetoothLeGatt/Application/src/main/java/com/example/android/bluetoothlegatt/
BluetoothLeService.java 277 public void readCharacteristic(BluetoothGattCharacteristic characteristic) {
282 mBluetoothGatt.readCharacteristic(characteristic);
DeviceControlActivity.java 137 mBluetoothLeService.readCharacteristic(characteristic);
  /developers/samples/android/connectivity/bluetooth/BluetoothLeGatt/Application/src/main/java/com/example/android/bluetoothlegatt/
BluetoothLeService.java 277 public void readCharacteristic(BluetoothGattCharacteristic characteristic) {
282 mBluetoothGatt.readCharacteristic(characteristic);
DeviceControlActivity.java 137 mBluetoothLeService.readCharacteristic(characteristic);
  /development/samples/browseable/BluetoothLeGatt/src/com.example.android.bluetoothlegatt/
BluetoothLeService.java 277 public void readCharacteristic(BluetoothGattCharacteristic characteristic) {
282 mBluetoothGatt.readCharacteristic(characteristic);
DeviceControlActivity.java 137 mBluetoothLeService.readCharacteristic(characteristic);
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/bluetooth/
BleClientService.java 159 private void readCharacteristic() {
161 if (characteristic != null) mBluetoothGatt.readCharacteristic(characteristic);
353 readCharacteristic();
  /frameworks/base/core/java/android/bluetooth/
BluetoothGatt.java 269 mService.readCharacteristic(mClientIf, address, handle, AUTHENTICATION_MITM);
801 public boolean readCharacteristic(BluetoothGattCharacteristic characteristic) {
805 if (VDBG) Log.d(TAG, "readCharacteristic() - uuid: " + characteristic.getUuid());
820 mService.readCharacteristic(mClientIf, device.getAddress(),
    [all...]
IBluetoothGatt.aidl 54 void readCharacteristic(in int clientIf, in String address, in int handle, in int authReq);
  /frameworks/base/media/packages/BluetoothMidiService/src/com/android/bluetoothmidiservice/
BluetoothMidiDevice.java 128 mBluetoothGatt.readCharacteristic(characteristic);
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/accessories/
BluetoothAccessoryFragment.java 304 gatt.readCharacteristic(battLevel);
  /packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
GattService.java 402 public void readCharacteristic(int clientIf, String address, int handle, int authReq) {
405 service.readCharacteristic(clientIf, address, handle, authReq);
    [all...]
  /external/sl4a/Common/src/com/googlecode/android_scripting/facade/bluetooth/
GattClientFacade.java 399 return bluetoothGatt.readCharacteristic(gattCharacteristic);
    [all...]
  /external/robolectric/v3/runtime/
android-all-4.3_r2-robolectric-0.jar 
  /external/libgdx/backends/gdx-backend-android/libs/
android-4.4.jar 
  /external/robolectric/v1/lib/main/
android.jar 
  /prebuilts/sdk/18/
android.jar 
  /prebuilts/sdk/19/
android.jar 
  /prebuilts/sdk/21/
android.jar 
  /prebuilts/sdk/system_23/
android.jar 

Completed in 1697 milliseconds