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.java87 filter.addAction(BleCocServerService.BLE_BLUETOOTH_MISMATCH_SECURE); in onResume()
196 case BleCocServerService.BLE_BLUETOOTH_MISMATCH_SECURE:
DBleCocClientTestBaseActivity.java94 filter.addAction(BleCocClientService.BLE_BLUETOOTH_MISMATCH_SECURE); in onResume()
243 case BleCocClientService.BLE_BLUETOOTH_MISMATCH_SECURE:
DBleServerTestBaseActivity.java123 filter.addAction(BleServerService.BLE_BLUETOOTH_MISMATCH_SECURE); in onResume()
267 case BleServerService.BLE_BLUETOOTH_MISMATCH_SECURE:
DBleClientTestBaseActivity.java131 filter.addAction(BleClientService.BLE_BLUETOOTH_MISMATCH_SECURE); in onResume()
375 case BleClientService.BLE_BLUETOOTH_MISMATCH_SECURE:
DBleCocServerService.java70 public static final String BLE_BLUETOOTH_MISMATCH_SECURE = field in BleCocServerService
238 Intent intent = new Intent(BLE_BLUETOOTH_MISMATCH_SECURE); in notifyMismatchSecure()
DBleCocClientService.java81 public static final String BLE_BLUETOOTH_MISMATCH_SECURE = field in BleCocClientService
298 Intent intent = new Intent(BLE_BLUETOOTH_MISMATCH_SECURE); in notifyMismatchSecure()
DBleClientService.java85 public static final String BLE_BLUETOOTH_MISMATCH_SECURE = field in BleClientService
686 Intent intent = new Intent(BLE_BLUETOOTH_MISMATCH_SECURE); in notifyMismatchSecure()
DBleServerService.java62 public static final String BLE_BLUETOOTH_MISMATCH_SECURE = field in BleServerService
290 Intent intent = new Intent(BLE_BLUETOOTH_MISMATCH_SECURE); in notifyMismatchSecure()