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

  /frameworks/base/core/java/android/bluetooth/
IBluetoothGattCallback.aidl 43 void onSearchComplete(in String address, in int status);
BluetoothAdapter.java     [all...]
BluetoothGatt.java 289 public void onSearchComplete(String address, int status) {
290 if (DBG) Log.d(TAG, "onSearchComplete() = Device=" + address + " Status=" + status);
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
GattService.java     [all...]

Completed in 499 milliseconds