Searched refs:bluetoothMutex_ (Results 1 – 2 of 2) sorted by relevance
48 std::lock_guard<std::mutex> lock(bluetoothMutex_); in ~BluetoothConnection()94 std::lock_guard<std::mutex> lock(bluetoothMutex_); in ConnectBtSco()187 std::lock_guard<std::mutex> lock(bluetoothMutex_); in IsBtAvailble()254 std::lock_guard<std::mutex> lock(bluetoothMutex_); in ResetBtConnection()290 std::lock_guard<std::mutex> lock(bluetoothMutex_); in AddBtDevice()302 std::lock_guard<std::mutex> lock(bluetoothMutex_); in RemoveBtDevice()313 std::lock_guard<std::mutex> lock(bluetoothMutex_); in GetBtDevice()
83 std::mutex bluetoothMutex_; variable