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.java80 filter.addAction(BleCocServerService.BLE_LE_CONNECTED); in onResume()
155 case BleCocServerService.BLE_LE_CONNECTED:
DBleCocClientTestBaseActivity.java83 filter.addAction(BleCocClientService.BLE_LE_CONNECTED); in onResume()
176 case BleCocClientService.BLE_LE_CONNECTED:
DBleCocClientService.java60 public static final String BLE_LE_CONNECTED = field in BleCocClientService
312 Intent intent = new Intent(BLE_LE_CONNECTED); in notifyConnected()
DBleCocServerService.java87 public static final String BLE_LE_CONNECTED = field in BleCocServerService
381 Intent intent = new Intent(BLE_LE_CONNECTED); in notifyConnected()