Home
last modified time | relevance | path

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

/Zephyr-Core-3.7.0/subsys/bluetooth/audio/
Dpbp.c26 struct net_buf_simple *pba_data_buf) in bt_pbp_get_announcement() argument
28 CHECKIF(pba_data_buf == NULL) { in bt_pbp_get_announcement()
40 CHECKIF(pba_data_buf->size < (meta_len + BT_PBP_MIN_PBA_SIZE)) { in bt_pbp_get_announcement()
47 net_buf_simple_add_le16(pba_data_buf, BT_UUID_PBA_VAL); in bt_pbp_get_announcement()
48 net_buf_simple_add_u8(pba_data_buf, features); in bt_pbp_get_announcement()
49 net_buf_simple_add_u8(pba_data_buf, meta_len); in bt_pbp_get_announcement()
50 net_buf_simple_add_mem(pba_data_buf, meta, meta_len); in bt_pbp_get_announcement()
/Zephyr-Core-3.7.0/include/zephyr/bluetooth/audio/
Dpbp.h73 struct net_buf_simple *pba_data_buf);