Searched refs:pdu_buff (Results 1 – 1 of 1) sorted by relevance
/Zephyr-latest/tests/bluetooth/df/connectionless_cte_chains/src/ |
D | common.c | 144 char pdu_buff[PDU_PAULOAD_BUFF_SIZE]; in common_create_per_adv_chain() local 183 snprintf(pdu_buff, ARRAY_SIZE(pdu_buff), "test%" PRIu8 " test%" PRIu8 " test%" PRIu8 "", 0, in common_create_per_adv_chain() 185 common_pdu_adv_data_set(pdu, pdu_buff, strlen(pdu_buff)); in common_create_per_adv_chain() 188 snprintf(pdu_buff, ARRAY_SIZE(pdu_buff), in common_create_per_adv_chain() 221 common_pdu_adv_data_set(pdu_new, pdu_buff, strlen(pdu_buff)); in common_create_per_adv_chain()
|