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()
237 case BleCocClientService.BLE_BLUETOOTH_MISMATCH_SECURE:
DBleServerTestBaseActivity.java121 filter.addAction(BleServerService.BLE_BLUETOOTH_MISMATCH_SECURE); in onResume()
259 case BleServerService.BLE_BLUETOOTH_MISMATCH_SECURE:
DBleClientTestBaseActivity.java128 filter.addAction(BleClientService.BLE_BLUETOOTH_MISMATCH_SECURE); in onResume()
365 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
299 Intent intent = new Intent(BLE_BLUETOOTH_MISMATCH_SECURE); in notifyMismatchSecure()
DBleClientService.java85 public static final String BLE_BLUETOOTH_MISMATCH_SECURE = field in BleClientService
642 Intent intent = new Intent(BLE_BLUETOOTH_MISMATCH_SECURE); in notifyMismatchSecure()
DBleServerService.java62 public static final String BLE_BLUETOOTH_MISMATCH_SECURE = field in BleServerService
278 Intent intent = new Intent(BLE_BLUETOOTH_MISMATCH_SECURE); in notifyMismatchSecure()