Home
last modified time | relevance | path

Searched refs:BLE_BLUETOOTH_MISMATCH_SECURE (Results 1 – 8 of 8) sorted by relevance

/cts/apps/CtsVerifier/src/com/android/cts/verifier/bluetooth/
DBleCocServerTestBaseActivity.java89 filter.addAction(BleCocServerService.BLE_BLUETOOTH_MISMATCH_SECURE); in onResume()
198 case BleCocServerService.BLE_BLUETOOTH_MISMATCH_SECURE:
DBleServerTestBaseActivity.java125 filter.addAction(BleServerService.BLE_BLUETOOTH_MISMATCH_SECURE); in onResume()
275 case BleServerService.BLE_BLUETOOTH_MISMATCH_SECURE:
DBleCocClientTestBaseActivity.java94 filter.addAction(BleCocClientService.BLE_BLUETOOTH_MISMATCH_SECURE); in onResume()
243 case BleCocClientService.BLE_BLUETOOTH_MISMATCH_SECURE:
DBleClientTestBaseActivity.java143 filter.addAction(BleClientService.BLE_BLUETOOTH_MISMATCH_SECURE); in onStart()
410 case BleClientService.BLE_BLUETOOTH_MISMATCH_SECURE:
DBleCocClientService.java77 public static final String BLE_BLUETOOTH_MISMATCH_SECURE = field in BleCocClientService
296 Intent intent = new Intent(BLE_BLUETOOTH_MISMATCH_SECURE); in notifyMismatchSecure()
DBleCocServerService.java70 public static final String BLE_BLUETOOTH_MISMATCH_SECURE = field in BleCocServerService
238 Intent intent = new Intent(BLE_BLUETOOTH_MISMATCH_SECURE); in notifyMismatchSecure()
DBleServerService.java58 public static final String BLE_BLUETOOTH_MISMATCH_SECURE = field in BleServerService
290 Intent intent = new Intent(BLE_BLUETOOTH_MISMATCH_SECURE); in notifyMismatchSecure()
DBleClientService.java89 public static final String BLE_BLUETOOTH_MISMATCH_SECURE = field in BleClientService
783 Intent intent = new Intent(BLE_BLUETOOTH_MISMATCH_SECURE); in notifyMismatchSecure()