Home
last modified time | relevance | path

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

/Zephyr-Core-3.5.0/tests/bluetooth/df/connectionless_cte_chains/src/
Dcommon.c146 char pdu_buff[PDU_PAULOAD_BUFF_SIZE]; in common_create_per_adv_chain() local
177 snprintf(pdu_buff, ARRAY_SIZE(pdu_buff), "test%" PRIu8 " test%" PRIu8 " test%" PRIu8 "", 0, in common_create_per_adv_chain()
179 common_pdu_adv_data_set(pdu, pdu_buff, strlen(pdu_buff)); in common_create_per_adv_chain()
182 snprintf(pdu_buff, ARRAY_SIZE(pdu_buff), in common_create_per_adv_chain()
215 common_pdu_adv_data_set(pdu_new, pdu_buff, strlen(pdu_buff)); in common_create_per_adv_chain()