Home
last modified time | relevance | path

Searched refs:setCharacteristicNotification (Results 1 – 2 of 2) sorted by relevance

/device/google/atv/libraries/BluetoothServices/src/com/google/android/tv/btservices/remote/
DBleConnection.java295 public boolean setCharacteristicNotification( in setCharacteristicNotification() method in BleConnection
297 return gatt.setCharacteristicNotification(characteristic, enable); in setCharacteristicNotification()
DDefaultProxy.java240 if (!bleConnection.setCharacteristicNotification( in onGattReady()