Home
last modified time | relevance | path

Searched refs:writeExtendedInquiryLengthComplete (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.c1289 if (callbacks->writeExtendedInquiryLengthComplete != NULL) { in HciCmdOnWriteExtendedInquiryLengthFailed()
1290 callbacks->writeExtendedInquiryLengthComplete(&returnParam); in HciCmdOnWriteExtendedInquiryLengthFailed()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/hci/evt/
H A Dhci_evt_controller_baseband_cmd_complete.c1313 if (callbacks->writeExtendedInquiryLengthComplete != NULL) { in HciEventOnWriteExtendedInquiryLengthComplete()
1314 callbacks->writeExtendedInquiryLengthComplete(&returnParam); in HciEventOnWriteExtendedInquiryLengthComplete()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/hci/
H A Dhci.h883 …void (*writeExtendedInquiryLengthComplete)(const HciWriteExtendedInquiryLengthReturnParam *returnP… member