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

  /frameworks/base/core/java/android/bluetooth/
IBluetoothGatt.aidl 38 void clientConnect(in int clientIf, in String address, in boolean isDirect);
BluetoothGatt.java 147 mService.clientConnect(mClientIf, mDevice.getAddress(),
789 mService.clientConnect(mClientIf, mDevice.getAddress(),
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
GattService.java 278 public void clientConnect(int clientIf, String address, boolean isDirect) {
281 service.clientConnect(clientIf, address, isDirect);
    [all...]

Completed in 46 milliseconds