Searched refs:mInsecureAcceptThread (Results 1 – 1 of 1) sorted by relevance
75 private AcceptThread mInsecureAcceptThread; field in BluetoothChatService154 if (!secure && mInsecureAcceptThread == null) { in start()155 mInsecureAcceptThread = new AcceptThread(false); in start()156 mInsecureAcceptThread.start(); in start()167 else if (!secure && mInsecureAcceptThread != null) { in getPsm()168 return mInsecureAcceptThread.getPsm(); in getPsm()245 if (mInsecureAcceptThread != null) { in connected()246 mInsecureAcceptThread.cancel(); in connected()247 mInsecureAcceptThread = null; in connected()285 if (mInsecureAcceptThread != null) { in stop()[all …]