Home
last modified time | relevance | path

Searched refs:GapScanResolvingCompletEvt (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.h371 void GapScanResolvingCompletEvt(int status, bool isStart) const;
H A Dble_central_manager_impl.cpp1818 void BleCentralManagerImpl::GapScanResolvingCompletEvt(int status, bool isStart) const in GapScanResolvingCompletEvt() function in OHOS::bluetooth::BleCentralManagerImpl
1847 GapScanResolvingCompletEvt(status, true); in HandleGapEvent()
1853 GapScanResolvingCompletEvt(status, false); in HandleGapEvent()