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

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

Completed in 104 milliseconds