Home
last modified time | relevance | path

Searched refs:leReadNumberofSupportedAdvertisingSetsComplete (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.c837 if (callbacks->leReadNumberofSupportedAdvertisingSetsComplete != NULL) { in HciCmdOnLeReadNumberofSupportedAdvertisingSetsFailed()
838 callbacks->leReadNumberofSupportedAdvertisingSetsComplete(&returnParam); in HciCmdOnLeReadNumberofSupportedAdvertisingSetsFailed()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/hci/evt/
H A Dhci_evt_le_cmd_complete.c569 if (callbacks->leReadNumberofSupportedAdvertisingSetsComplete != NULL) { in HciEventOnLeReadNumberofSupportedAdvertisingSetsComplete()
570 callbacks->leReadNumberofSupportedAdvertisingSetsComplete(&returnParam); in HciEventOnLeReadNumberofSupportedAdvertisingSetsComplete()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/hci/
H A Dhci.h1326 void (*leReadNumberofSupportedAdvertisingSetsComplete)( member
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/gap/
H A Dgap_hci_receive.c974 ….leReadNumberofSupportedAdvertisingSetsComplete = GapRecvLeReadNumberofSupportedAdvertisingSetsCom…