Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/gap/
H A Dgap_internal.h160 void GapLeRemoveAdvertisingSetComplete(const HciLeRemoveAdvertisingSetReturnParam *param);
H A Dgap_le_adv.c339 void GapLeRemoveAdvertisingSetComplete(const HciLeRemoveAdvertisingSetReturnParam *param) in GapLeRemoveAdvertisingSetComplete() function
H A Dgap_hci_receive.c690 …int ret = GapProcessHciEventInTask((TaskFunc)GapLeRemoveAdvertisingSetComplete, param, sizeof(*par… in GapRecvLeRemoveAdvertisingSetComplete()