Searched defs:registerForNotification (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
H A DGattService.java371 public void registerForNotification(int clientIf, String address, int srvcType, method in class:GattService.BluetoothGattBinder
377 service.registerForNotification(clientIf, address, srvcType, srvcInstanceId,
1109 void registerForNotification(int clientIf, String address, int srvcType, method in class:GattService
1115 if (DBG) Log.d(TAG, "registerForNotification() - address=" + address + " enable: " + enable);
1125 Log.e(TAG, "registerForNotification() - No connection for " + address + "...");

Completed in 136 milliseconds