Home
last modified time | relevance | path

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

/Zephyr-Core-3.7.0/subsys/bluetooth/audio/
Dbap_broadcast_assistant.c98 NET_BUF_SIMPLE_DEFINE_STATIC(att_buf, ATT_BUF_SIZE);
306 net_buf_simple_reset(&att_buf); in bap_long_op_reset()
370 if (net_buf_simple_tailroom(&att_buf) < length) { in broadcast_assistant_bap_ntf_read_func()
372 length + att_buf.len); in broadcast_assistant_bap_ntf_read_func()
380 net_buf_simple_add_mem(&att_buf, data, length); in broadcast_assistant_bap_ntf_read_func()
387 data_length = att_buf.len; in broadcast_assistant_bap_ntf_read_func()
392 att_buf.data, data_length, &recv_state); in broadcast_assistant_bap_ntf_read_func()
435 inst->read_params.single.offset = att_buf.len; in long_bap_read()
507 net_buf_simple_add_mem(&att_buf, data, length); in notify_handler()
611 net_buf_simple_reset(&att_buf); in discover_init()
[all …]
Dbap_unicast_client.c128 uint8_t att_buf[BT_ATT_MAX_ATTRIBUTE_LEN]; member
229 net_buf_simple_init_with_data(&client->net_buf, &client->att_buf, sizeof(client->att_buf)); in reset_att_buf()