Home
last modified time | relevance | path

Searched refs:HciLeSetAdvertisingDataParam (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.c86 int HCI_LeSetAdvertisingData(const HciLeSetAdvertisingDataParam *param) in HCI_LeSetAdvertisingData()
92 …md = HciAllocCmd(HCI_LE_SET_ADVERTISING_DATA, (void *)param, sizeof(HciLeSetAdvertisingDataParam)); in HCI_LeSetAdvertisingData()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/hci/
H A Dhci_def_le_cmd.h145 } HciLeSetAdvertisingDataParam; typedef
H A Dhci.h330 int HCI_LeSetAdvertisingData(const HciLeSetAdvertisingDataParam *param);
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/gap/
H A Dgap_le_adv.c520 HciLeSetAdvertisingDataParam hciCmdParam = { in GAP_LeAdvSetData()