Home
last modified time | relevance | path

Searched refs:leSetExtendedScanResponseDataComplete (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.c795 if (callbacks->leSetExtendedScanResponseDataComplete != NULL) { in HciCmdOnLeSetExtendedScanResponseDataFailed()
796 callbacks->leSetExtendedScanResponseDataComplete(&returnParam); in HciCmdOnLeSetExtendedScanResponseDataFailed()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/hci/evt/
H A Dhci_evt_le_cmd_complete.c527 if (callbacks->leSetExtendedScanResponseDataComplete != NULL) { in HciEventOnLeSetExtendedScanResponseDataComplete()
528 callbacks->leSetExtendedScanResponseDataComplete(&returnParam); in HciEventOnLeSetExtendedScanResponseDataComplete()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/hci/
H A Dhci.h1316 …void (*leSetExtendedScanResponseDataComplete)(const HciLeSetExtendedScanResponseDataReturnParam *r… member
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/gap/
H A Dgap_hci_receive.c971 .leSetExtendedScanResponseDataComplete = GapRecvLeSetExtendedScanResponseDataComplete,