Home
last modified time | relevance | path

Searched refs:HciLeRemoveAdvertisingSetReturnParam (Results 1 – 7 of 7) 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()
H A Dgap_hci_receive.c687 static void GapRecvLeRemoveAdvertisingSetComplete(const HciLeRemoveAdvertisingSetReturnParam *param) in GapRecvLeRemoveAdvertisingSetComplete()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/hci/
H A Dhci_def_le_cmd.h777 typedef HciStatusParam HciLeRemoveAdvertisingSetReturnParam; typedef
H A Dhci.h1330 void (*leRemoveAdvertisingSetComplete)(const HciLeRemoveAdvertisingSetReturnParam *returnParam);
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/hci/cmd/
H A Dhci_cmd_failure_le_controller.c845 HciLeRemoveAdvertisingSetReturnParam returnParam = { in HciCmdOnLeRemoveAdvertisingSetFailed()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/hci/evt/
H A Dhci_evt_le_cmd_complete.c577 HciLeRemoveAdvertisingSetReturnParam returnParam = {0}; in HciEventOnLeRemoveAdvertisingSetComplete()