Home
last modified time | relevance | path

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

/cts/apps/CtsVerifier/src/com/android/cts/verifier/bluetooth/
DBluetoothChatService.java65 private static final String NAME_INSECURE = "CtsBluetoothChatInsecure"; field in BluetoothChatService
348 … tmp = mAdapter.listenUsingInsecureRfcommWithServiceRecord(NAME_INSECURE, mUuid); in AcceptThread()