Home
last modified time | relevance | path

Searched refs:countOfSets (Results 1 - 2 of 2) sorted by relevance

/foundation/communication/bluetooth_service/services/bluetooth/stack/src/hci/cmd/
H A Dhci_cmd_le_controller.c645 uint8_t countOfSets = 0; in HCI_LeExtenedCreateConnection() local
647 countOfSets++; in HCI_LeExtenedCreateConnection()
650 countOfSets++; in HCI_LeExtenedCreateConnection()
653 countOfSets++; in HCI_LeExtenedCreateConnection()
657 sizeof(HciLeConnectionParamSet) * countOfSets; in HCI_LeExtenedCreateConnection()
680 for (uint8_t i = 0; i < countOfSets; i++) { in HCI_LeExtenedCreateConnection()
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/btm/
H A Dbtm_acl.c651 uint8_t countOfSets = 1; in BtmLeExtendedCreateConnection() local
655 countOfSets++; in BtmLeExtendedCreateConnection()
659 countOfSets++; in BtmLeExtendedCreateConnection()
665 HciLeConnectionParamSet *sets = MEM_MALLOC.alloc(sizeof(HciLeConnectionParamSet) * countOfSets); in BtmLeExtendedCreateConnection()
670 for (uint8_t i = 0; i < countOfSets; i++) { in BtmLeExtendedCreateConnection()

Completed in 5 milliseconds