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

  /frameworks/base/core/java/android/bluetooth/
IBluetoothGattCallback.aidl 32 void onGetIncludedService(in String address, in int srvcType, in int srvcInstId,
BluetoothAdapter.java     [all...]
BluetoothGatt.java 211 public void onGetIncludedService(String address, int srvcType,
215 if (DBG) Log.d(TAG, "onGetIncludedService() - Device=" + address
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
GattService.java 670 void onGetIncludedService(int connId, int status, int srvcType,
678 if (DBG) Log.d(TAG, "onGetIncludedService() - address=" + address
685 app.callback.onGetIncludedService(address,
    [all...]

Completed in 108 milliseconds