Searched refs:mInsecureAcceptThread (Results 1 – 1 of 1) sorted by relevance
72 private AcceptThread mInsecureAcceptThread; field in BluetoothChatService151 if (!secure && mInsecureAcceptThread == null) { in start()152 mInsecureAcceptThread = new AcceptThread(false); in start()153 mInsecureAcceptThread.start(); in start()164 else if (!secure && mInsecureAcceptThread != null) { in getPsm()165 return mInsecureAcceptThread.getPsm(); in getPsm()234 if (mInsecureAcceptThread != null) { in connected()235 mInsecureAcceptThread.cancel(); in connected()236 mInsecureAcceptThread = null; in connected()274 if (mInsecureAcceptThread != null) { in stop()[all …]