Home
last modified time | relevance | path

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

/Zephyr-Core-3.7.0/tests/bluetooth/tester/src/audio/
Dbtp_aics.c34 static struct net_buf_simple *rx_ev_buf = NET_BUF_SIMPLE(BT_AICS_MAX_INPUT_DESCRIPTION_SIZE + variable
127 net_buf_simple_init(rx_ev_buf, 0); in btp_send_aics_description_ev()
129 ev = net_buf_simple_add(rx_ev_buf, sizeof(*ev)); in btp_send_aics_description_ev()
Dbtp_mcp.c85 static struct net_buf_simple *rx_ev_buf = NET_BUF_SIMPLE(SEARCH_LEN_MAX + variable
354 net_buf_simple_init(rx_ev_buf, 0); in btp_send_search_cp_ev()
356 ev = net_buf_simple_add(rx_ev_buf, sizeof(*ev)); in btp_send_search_cp_ev()
369 net_buf_simple_add_mem(rx_ev_buf, param, ev->param_len); in btp_send_search_cp_ev()