Searched refs:BLE_CHARACTERISTIC_READ (Results 1 – 2 of 2) sorted by relevance
70 filter.addAction(BleClientService.BLE_CHARACTERISTIC_READ); in onResume()117 } else if (action == BleClientService.BLE_CHARACTERISTIC_READ) {
72 public static final String BLE_CHARACTERISTIC_READ = field in BleClientService206 Intent intent = new Intent(BLE_CHARACTERISTIC_READ); in notifyCharacteristicRead()