Home
last modified time | relevance | path

Searched refs:leSetAdvertisingEnableComplete (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/hci/cmd/
H A Dhci_cmd_failure_le_controller.c147 if (callbacks->leSetAdvertisingEnableComplete != NULL) { in HciCmdOnLeSetAdvertisingEnableFailed()
148 callbacks->leSetAdvertisingEnableComplete(&returnParam); in HciCmdOnLeSetAdvertisingEnableFailed()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/hci/evt/
H A Dhci_evt_le_cmd_complete.c149 if (callbacks->leSetAdvertisingEnableComplete != NULL) { in HciEventOnLeSetAdvertisingEnableComplete()
150 callbacks->leSetAdvertisingEnableComplete(&returnParam); in HciEventOnLeSetAdvertisingEnableComplete()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/hci/
H A Dhci.h1190 void (*leSetAdvertisingEnableComplete)(const HciLeSetAdvertisingEnableReturnParam *returnParam); member
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/gap/
H A Dgap_hci_receive.c960 .leSetAdvertisingEnableComplete = GapRecvLeAdvSetEnableComplete,