Home
last modified time | relevance | path

Searched refs:IsExistAdvertiserCallback (Results 1 - 2 of 2) sorted by relevance

/foundation/communication/bluetooth/frameworks/inner/include/
H A Dbluetooth_observer_map.h38 bool IsExistAdvertiserCallback(T observer, int &handle);
162 bool BluetoothObserverMap<T>::IsExistAdvertiserCallback(T observer, int &handle) in IsExistAdvertiserCallback() function in BluetoothObserverMap
/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_ble_advertiser.cpp348 if (pimpl->callbacks_.IsExistAdvertiserCallback(callback, advHandle)) { in StartAdvertising()
396 if (pimpl->callbacks_.IsExistAdvertiserCallback(callback, advHandle)) { in StartAdvertising()
424 if (!pimpl->callbacks_.IsExistAdvertiserCallback(callback, advHandle)) { in SetAdvertisingData()

Completed in 2 milliseconds