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

  /frameworks/base/core/java/android/bluetooth/
IBluetoothGatt.aidl 68 void unregisterServer(in int serverIf);
BluetoothGattServer.java 363 mService.unregisterServer(mServerIf);
  /packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
GattService.java 212 unregisterServer(mAppIf);
384 public void unregisterServer(int serverIf) {
387 service.unregisterServer(serverIf);
    [all...]

Completed in 479 milliseconds