Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/ble/
H A Dble_central_manager_impl.h224 static void ScanSetParamResult(uint8_t status, void *context);
H A Dble_central_manager_impl.cpp210 scanCallbacks.scanSetParamResult = &BleCentralManagerImpl::ScanSetParamResult; in RegisterCallbackToGap()
593 void BleCentralManagerImpl::ScanSetParamResult(uint8_t status, void *context) in ScanSetParamResult() function in OHOS::bluetooth::BleCentralManagerImpl