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

  /frameworks/base/core/java/android/bluetooth/
IBluetoothGatt.aidl 80 void serverDisconnect(in int serverIf, in String address);
BluetoothGattServer.java 435 mService.serverDisconnect(mServerIf, device.getAddress());
  /packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
GattService.java 436 public void serverDisconnect(int serverIf, String address) {
439 service.serverDisconnect(serverIf, address);
    [all...]

Completed in 1729 milliseconds