Home
last modified time | relevance | path

Searched refs:bleAdvMutex_ (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/ble/
H A Dble_adapter.cpp134 std::recursive_mutex bleAdvMutex_ {}; member
318 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()