Home
last modified time | relevance | path

Searched refs:BLE_LE_CONNECTED (Results 1 – 4 of 4) sorted by relevance

/cts/apps/CtsVerifier/src/com/android/cts/verifier/bluetooth/
DBleCocServerTestBaseActivity.java78 filter.addAction(BleCocServerService.BLE_LE_CONNECTED); in onResume()
153 case BleCocServerService.BLE_LE_CONNECTED:
DBleCocClientTestBaseActivity.java83 filter.addAction(BleCocClientService.BLE_LE_CONNECTED); in onResume()
176 case BleCocClientService.BLE_LE_CONNECTED:
DBleCocServerService.java87 public static final String BLE_LE_CONNECTED = field in BleCocServerService
381 Intent intent = new Intent(BLE_LE_CONNECTED); in notifyConnected()
DBleCocClientService.java64 public static final String BLE_LE_CONNECTED = field in BleCocClientService
314 Intent intent = new Intent(BLE_LE_CONNECTED); in notifyConnected()