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 74 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 400 public void serverConnect(int serverIf, String address, boolean isDirect) {
403 service.serverConnect(serverIf, address, isDirect);
    [all...]

Completed in 65 milliseconds