Home
last modified time | relevance | path

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

/cts/apps/CtsVerifier/src/com/android/cts/verifier/bluetooth/
DBleServerTestBaseActivity.java70 private final int BLE_CHARACTERISTIC_NOTIFICATION_REQUEST = 9; //10; field in BleServerTestBaseActivity
115 filter.addAction(BleServerService.BLE_CHARACTERISTIC_NOTIFICATION_REQUEST); in onResume()
233 case BleServerService.BLE_CHARACTERISTIC_NOTIFICATION_REQUEST:
234 mTestAdapter.setTestPass(BLE_CHARACTERISTIC_NOTIFICATION_REQUEST);
DBleServerService.java96 public static final String BLE_CHARACTERISTIC_NOTIFICATION_REQUEST = field in BleServerService
496 Intent intent = new Intent(BLE_CHARACTERISTIC_NOTIFICATION_REQUEST); in notifyCharacteristicNotificationRequest()