Searched refs:bleConnectionCallback (Results 1 – 1 of 1) sorted by relevance
189 private final Callback bleConnectionCallback; field in BleConnection195 public BleConnection(Callback bleConnectionCallback) { in BleConnection() argument196 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()