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.java67 private final int BLE_CHARACTERISTIC_NOTIFICATION_REQUEST = 9; //10; field in BleServerTestBaseActivity
111 filter.addAction(BleServerService.BLE_CHARACTERISTIC_NOTIFICATION_REQUEST); in onResume()
227 case BleServerService.BLE_CHARACTERISTIC_NOTIFICATION_REQUEST:
228 mTestAdapter.setTestPass(BLE_CHARACTERISTIC_NOTIFICATION_REQUEST);
DBleServerService.java96 public static final String BLE_CHARACTERISTIC_NOTIFICATION_REQUEST = field in BleServerService
493 Intent intent = new Intent(BLE_CHARACTERISTIC_NOTIFICATION_REQUEST); in notifyCharacteristicNotificationRequest()