Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/hci/cmd/
H A Dhci_cmd_le_controller.c585 int HCI_LeSetExtendedScanParameters(const HciLeSetExtendedScanParametersParam *param) in HCI_LeSetExtendedScanParameters()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/hci/
H A Dhci_def_le_cmd.h837 } HciLeSetExtendedScanParametersParam; typedef
H A Dhci.h483 int HCI_LeSetExtendedScanParameters(const HciLeSetExtendedScanParametersParam *param);
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/gap/
H A Dgap_le_scan.c612 HciLeSetExtendedScanParametersParam hciCmdParam; in GapLeSetExtendedScanParameters()