Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/hci/cmd/
H A Dhci_cmd_failure_controller_baseband.c767 if (callbacks->readExtendedInquiryResponseComplete != NULL) { in HciCmdOnReadExtendedInquiryResponseFailed()
768 callbacks->readExtendedInquiryResponseComplete(&returnParam); in HciCmdOnReadExtendedInquiryResponseFailed()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/hci/evt/
H A Dhci_evt_controller_baseband_cmd_complete.c879 if (callbacks->readExtendedInquiryResponseComplete != NULL) { in HciEventOnReadExtendedInquiryResponseComplete()
880 callbacks->readExtendedInquiryResponseComplete(&returnParam); in HciEventOnReadExtendedInquiryResponseComplete()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/hci/
H A Dhci.h753 …void (*readExtendedInquiryResponseComplete)(const HciReadExtendedInquiryResponseReturnParam *retur… member