HomeSort by relevance Sort by last modified time
    Searched defs:ACTION_GATT_SERVICES_DISCOVERED (Results 1 - 3 of 3) sorted by null

  /developers/build/prebuilts/gradle/BluetoothLeGatt/Application/src/main/java/com/example/android/bluetoothlegatt/
BluetoothLeService.java 59 public final static String ACTION_GATT_SERVICES_DISCOVERED =
60 "com.example.bluetooth.le.ACTION_GATT_SERVICES_DISCOVERED";
95 broadcastUpdate(ACTION_GATT_SERVICES_DISCOVERED);
  /developers/samples/android/connectivity/bluetooth/BluetoothLeGatt/Application/src/main/java/com/example/android/bluetoothlegatt/
BluetoothLeService.java 59 public final static String ACTION_GATT_SERVICES_DISCOVERED =
60 "com.example.bluetooth.le.ACTION_GATT_SERVICES_DISCOVERED";
95 broadcastUpdate(ACTION_GATT_SERVICES_DISCOVERED);
  /development/samples/browseable/BluetoothLeGatt/src/com.example.android.bluetoothlegatt/
BluetoothLeService.java 59 public final static String ACTION_GATT_SERVICES_DISCOVERED =
60 "com.example.bluetooth.le.ACTION_GATT_SERVICES_DISCOVERED";
95 broadcastUpdate(ACTION_GATT_SERVICES_DISCOVERED);

Completed in 60 milliseconds