Searched refs:HciLeConnectionParamSet (Results 1 – 3 of 3) sorted by relevance
657 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()
867 } HciLeConnectionParamSet; typedef879 HciLeConnectionParamSet *sets;
665 HciLeConnectionParamSet *sets = MEM_MALLOC.alloc(sizeof(HciLeConnectionParamSet) * countOfSets); in BtmLeExtendedCreateConnection()