Home
last modified time | relevance | path

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

/device/google/atv/libraries/BluetoothServices/src/com/google/android/tv/btservices/remote/
DBleConnection.java189 private final Callback bleConnectionCallback; field in BleConnection
195 public BleConnection(Callback bleConnectionCallback) { in BleConnection() argument
196 this.bleConnectionCallback = bleConnectionCallback; in BleConnection()
311 disconnect(() -> bleConnectionCallback.onDisconnect(gatt, BluetoothGatt.GATT_FAILURE)); in closeGatt()
369 disconnect(() -> bleConnectionCallback.onDisconnect(gatt, status)); in onConnectionStateChange()
379 bleConnectionCallback.onGattReady(gatt); in onServicesDiscovered()
441 bleConnectionCallback.onNotification(characteristic, data); in onCharacteristicChanged()