Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/gap/
H A Dgap_internal.h161 void GapLeClearAdvertisingSetsComplete(const HciLeClearAdvertisingSetsReturnParam *param);
H A Dgap_le_adv.c353 NO_SANITIZE("cfi") void GapLeClearAdvertisingSetsComplete(const HciLeClearAdvertisingSetsReturnPara… in GapLeClearAdvertisingSetsComplete() function
H A Dgap_hci_receive.c699 …int ret = GapProcessHciEventInTask((TaskFunc)GapLeClearAdvertisingSetsComplete, param, sizeof(*par… in GapRecvLeClearAdvertisingSetsComplete()