Searched refs:bleAdvMutex_ (Results 1 – 1 of 1) sorted by relevance
134 std::recursive_mutex bleAdvMutex_ {}; member318 std::unique_lock<std::recursive_mutex> bleAdvlk(pimpl->bleAdvMutex_); in StartOrStopAdvAndScan()1316 std::unique_lock<std::recursive_mutex> bleAdvlk(pimpl->bleAdvMutex_); in LeConnectionCompleteTask()1518 std::lock_guard<std::recursive_mutex> lk(pimpl->bleAdvMutex_); in GetAdvertiserHandle()1530 std::lock_guard<std::recursive_mutex> lk(pimpl->bleAdvMutex_); in StartAdvertising()1540 std::lock_guard<std::recursive_mutex> lk(pimpl->bleAdvMutex_); in StopAdvertising()1550 std::lock_guard<std::recursive_mutex> lk(pimpl->bleAdvMutex_); in Close()1643 std::lock_guard<std::recursive_mutex> lk(pimpl->bleAdvMutex_); in GetAdvertisingStatus()1665 std::lock_guard<std::recursive_mutex> lk(pimpl->bleAdvMutex_); in AddCharacteristicValue()