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

  /developers/build/prebuilts/gradle/BluetoothLeGatt/Application/src/main/java/com/example/android/bluetoothlegatt/
BluetoothLeService.java 93 public void onServicesDiscovered(BluetoothGatt gatt, int status) {
97 Log.w(TAG, "onServicesDiscovered received: " + status);
  /developers/samples/android/connectivity/bluetooth/BluetoothLeGatt/Application/src/main/java/com/example/android/bluetoothlegatt/
BluetoothLeService.java 93 public void onServicesDiscovered(BluetoothGatt gatt, int status) {
97 Log.w(TAG, "onServicesDiscovered received: " + status);
  /development/samples/browseable/BluetoothLeGatt/src/com.example.android.bluetoothlegatt/
BluetoothLeService.java 93 public void onServicesDiscovered(BluetoothGatt gatt, int status) {
97 Log.w(TAG, "onServicesDiscovered received: " + status);
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/bluetooth/
BleConnectionPriorityClientService.java 371 public void onServicesDiscovered(BluetoothGatt gatt, int status) {
BleEncryptedClientService.java 367 public void onServicesDiscovered(BluetoothGatt gatt, int status) {
BleCocClientService.java 426 public void onServicesDiscovered(BluetoothGatt gatt, int status) {
428 Log.d(TAG, "onServicesDiscovered: status=" + status);
BleClientService.java     [all...]
  /external/sl4a/Common/src/com/googlecode/android_scripting/facade/bluetooth/
GattClientFacade.java     [all...]

Completed in 1418 milliseconds