Searched refs:BLE_CHARACTERISTIC_READ_REQUEST (Results 1 – 2 of 2) sorted by relevance
68 filter.addAction(BleServerService.BLE_CHARACTERISTIC_READ_REQUEST); in onResume()113 } else if (action == BleServerService.BLE_CHARACTERISTIC_READ_REQUEST) {
63 public static final String BLE_CHARACTERISTIC_READ_REQUEST = field in BleServerService176 Intent intent = new Intent(BLE_CHARACTERISTIC_READ_REQUEST); in notifyCharacteristicReadRequest()