Searched refs:att_buf (Results 1 – 2 of 2) sorted by relevance
| /Zephyr-latest/subsys/bluetooth/audio/ |
| D | bap_broadcast_assistant.c | 113 NET_BUF_SIMPLE_DEFINE_STATIC(att_buf, ATT_BUF_SIZE); 155 net_buf_simple_reset(&att_buf); in bap_broadcast_assistant_discover_complete() 346 net_buf_simple_reset(&att_buf); in bap_long_read_reset() 411 if (net_buf_simple_tailroom(&att_buf) < length) { in broadcast_assistant_bap_ntf_read_func() 413 length + att_buf.len); in broadcast_assistant_bap_ntf_read_func() 421 net_buf_simple_add_mem(&att_buf, data, length); in broadcast_assistant_bap_ntf_read_func() 428 data_length = att_buf.len; in broadcast_assistant_bap_ntf_read_func() 432 parse_and_send_recv_state(conn, handle, att_buf.data, data_length, &recv_state); in broadcast_assistant_bap_ntf_read_func() 473 inst->read_params.single.offset = att_buf.len; in long_bap_read() 548 net_buf_simple_add_mem(&att_buf, data, length); in notify_handler() [all …]
|
| D | bap_unicast_client.c | 134 uint8_t att_buf[BT_ATT_MAX_ATTRIBUTE_LEN]; member 237 net_buf_simple_init_with_data(&client->net_buf, &client->att_buf, sizeof(client->att_buf)); in reset_att_buf()
|