Searched refs:bluetoothMutex_ (Results 1 – 2 of 2) sorted by relevance
41 std::lock_guard<std::mutex> lock(bluetoothMutex_); in ~BluetoothConnection()90 std::lock_guard<std::mutex> lock(bluetoothMutex_); in IsBtAvailble()142 std::lock_guard<std::mutex> lock(bluetoothMutex_); in ResetBtConnection()159 std::lock_guard<std::mutex> lock(bluetoothMutex_); in AddBtDevice()171 std::lock_guard<std::mutex> lock(bluetoothMutex_); in RemoveBtDevice()182 std::lock_guard<std::mutex> lock(bluetoothMutex_); in GetBtDevice()
76 std::mutex bluetoothMutex_; variable