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

  /frameworks/base/core/java/android/bluetooth/
IBluetoothGatt.aidl 79 void serverConnect(in int servertIf, in String address, in boolean isDirect);
BluetoothGattServer.java 412 mService.serverConnect(mServerIf, device.getAddress(),
  /packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
GattService.java 430 public void serverConnect(int serverIf, String address, boolean isDirect) {
433 service.serverConnect(serverIf, address, isDirect);
    [all...]

Completed in 88 milliseconds