Searched refs:AcceptThread (Results 1 – 1 of 1) sorted by relevance
54 private AcceptThread mAcceptThread;267 AcceptThread acceptThread = new AcceptThread(uuid, timeout.intValue()); in bluetoothSocketConnBeginAcceptThreadUuid()294 AcceptThread acceptThread = new AcceptThread(psmValue.intValue(), timeout.intValue(), in bluetoothSocketConnBeginAcceptThreadPsm()747 private class AcceptThread extends Thread { class in BluetoothSocketConnFacade753 AcceptThread(String uuid, int timeout) { in AcceptThread() method in BluetoothSocketConnFacade.AcceptThread766 AcceptThread(int psmValue, int timeout, boolean isBle, boolean securedConn) { in AcceptThread() method in BluetoothSocketConnFacade.AcceptThread