Home
last modified time | relevance | path

Searched refs:HciLeConnectionParamSet (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/hci/cmd/
H A Dhci_cmd_le_controller.c657 sizeof(HciLeConnectionParamSet) * countOfSets; in HCI_LeExtenedCreateConnection()
681 … (void)memcpy_s(buf + index, length - index, param->sets + i, sizeof(HciLeConnectionParamSet)); in HCI_LeExtenedCreateConnection()
682 index += sizeof(HciLeConnectionParamSet); in HCI_LeExtenedCreateConnection()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/hci/
H A Dhci_def_le_cmd.h867 } HciLeConnectionParamSet; typedef
879 HciLeConnectionParamSet *sets;
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/btm/
H A Dbtm_acl.c665 HciLeConnectionParamSet *sets = MEM_MALLOC.alloc(sizeof(HciLeConnectionParamSet) * countOfSets); in BtmLeExtendedCreateConnection()