Home
last modified time | relevance | path

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

/cts/apps/CtsVerifier/src/com/android/cts/verifier/bluetooth/
DBluetoothChatService.java441 mmSocket = connectThreadCommon(device, secure, 0); in ConnectThread()
446 mmSocket = connectThreadCommon(device, secure, psm); in ConnectThread()
449 … private BluetoothSocket connectThreadCommon(BluetoothDevice device, boolean secure, int psm) { in connectThreadCommon() method in BluetoothChatService.ConnectThread