Home
last modified time | relevance | path

Searched refs:HciLeSetAdvertisingSetRandomAddressParam (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.c418 int HCI_LeSetAdvertisingSetRandomAddress(const HciLeSetAdvertisingSetRandomAddressParam *param) in HCI_LeSetAdvertisingSetRandomAddress()
425 …T_ADVERTISING_SET_RANDOM_ADDRESS, (void *)param, sizeof(HciLeSetAdvertisingSetRandomAddressParam)); in HCI_LeSetAdvertisingSetRandomAddress()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/hci/
H A Dhci_def_le_cmd.h674 } HciLeSetAdvertisingSetRandomAddressParam; typedef
H A Dhci.h447 int HCI_LeSetAdvertisingSetRandomAddress(const HciLeSetAdvertisingSetRandomAddressParam *param);
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/gap/
H A Dgap_le_adv.c108 HciLeSetAdvertisingSetRandomAddressParam hciCmdParam; in GapLeSetAdvertisingSetRandomAddress()