OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:BLE_LE_CONNECTED
(Results
1 - 2
of
2
) sorted by null
/cts/apps/CtsVerifier/src/com/android/cts/verifier/bluetooth/
BleCocClientService.java
64
public static final String
BLE_LE_CONNECTED
=
65
"com.android.cts.verifier.bluetooth.
BLE_LE_CONNECTED
";
315
Intent intent = new Intent(
BLE_LE_CONNECTED
);
BleCocServerService.java
87
public static final String
BLE_LE_CONNECTED
=
88
"com.android.cts.verifier.bluetooth.
BLE_LE_CONNECTED
";
381
Intent intent = new Intent(
BLE_LE_CONNECTED
);
Completed in 134 milliseconds