Searched refs:BLE_CHARACTERISTIC_NOTIFICATION_REQUEST (Results 1 – 2 of 2) sorted by relevance
67 private final int BLE_CHARACTERISTIC_NOTIFICATION_REQUEST = 9; //10; field in BleServerTestBaseActivity111 filter.addAction(BleServerService.BLE_CHARACTERISTIC_NOTIFICATION_REQUEST); in onResume()227 case BleServerService.BLE_CHARACTERISTIC_NOTIFICATION_REQUEST:228 mTestAdapter.setTestPass(BLE_CHARACTERISTIC_NOTIFICATION_REQUEST);
96 public static final String BLE_CHARACTERISTIC_NOTIFICATION_REQUEST = field in BleServerService493 Intent intent = new Intent(BLE_CHARACTERISTIC_NOTIFICATION_REQUEST); in notifyCharacteristicNotificationRequest()