OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:BLE_BLUETOOTH_MISMATCH_SECURE
(Results
1 - 4
of
4
) sorted by null
/cts/apps/CtsVerifier/src/com/android/cts/verifier/bluetooth/
BleCocClientService.java
81
public static final String
BLE_BLUETOOTH_MISMATCH_SECURE
=
82
"com.android.cts.verifier.bluetooth.
BLE_BLUETOOTH_MISMATCH_SECURE
";
299
Intent intent = new Intent(
BLE_BLUETOOTH_MISMATCH_SECURE
);
BleCocServerService.java
70
public static final String
BLE_BLUETOOTH_MISMATCH_SECURE
=
71
"com.android.cts.verifier.bluetooth.
BLE_BLUETOOTH_MISMATCH_SECURE
";
238
Intent intent = new Intent(
BLE_BLUETOOTH_MISMATCH_SECURE
);
BleClientService.java
85
public static final String
BLE_BLUETOOTH_MISMATCH_SECURE
=
86
"com.android.cts.verifier.bluetooth.
BLE_BLUETOOTH_MISMATCH_SECURE
";
642
Intent intent = new Intent(
BLE_BLUETOOTH_MISMATCH_SECURE
);
[
all
...]
BleServerService.java
62
public static final String
BLE_BLUETOOTH_MISMATCH_SECURE
=
63
"com.android.cts.verifier.bluetooth.
BLE_BLUETOOTH_MISMATCH_SECURE
";
278
Intent intent = new Intent(
BLE_BLUETOOTH_MISMATCH_SECURE
);
[
all
...]
Completed in 955 milliseconds