Lines Matching refs:net_buf_add_u8
290 net_buf_add_u8(rsp_buf, error_code); in avdtp_discover_handler()
393 net_buf_add_u8(rsp_buf, error_code); in avdtp_get_capabilities_handler()
486 net_buf_add_u8(rsp_buf, BT_AVDTP_SERVICE_MEDIA_CODEC); in avdtp_process_configuration()
488 net_buf_add_u8(rsp_buf, 0); in avdtp_process_configuration()
490 net_buf_add_u8(rsp_buf, error_code); in avdtp_process_configuration()
598 net_buf_add_u8(rsp_buf, error_code); in avdtp_open_handler()
672 net_buf_add_u8(rsp_buf, error_code); in avdtp_start_handler()
746 net_buf_add_u8(rsp_buf, error_code); in avdtp_close_handler()
817 net_buf_add_u8(rsp_buf, error_code); in avdtp_suspend_handler()
887 net_buf_add_u8(rsp_buf, error_code); in avdtp_abort_handler()
1363 net_buf_add_u8(buf, (param->stream_endpoint_id << 2U)); in bt_avdtp_get_capabilities()
1451 net_buf_add_u8(buf, (param->acp_stream_ep_id << 2U)); in avdtp_process_configure_command()
1453 net_buf_add_u8(buf, (param->int_stream_endpoint_id << 2U)); in avdtp_process_configure_command()
1455 net_buf_add_u8(buf, BT_AVDTP_SERVICE_MEDIA_TRANSPORT); in avdtp_process_configure_command()
1457 net_buf_add_u8(buf, 0); in avdtp_process_configure_command()
1459 net_buf_add_u8(buf, BT_AVDTP_SERVICE_MEDIA_CODEC); in avdtp_process_configure_command()
1461 net_buf_add_u8(buf, param->codec_specific_ie_len + 2); in avdtp_process_configure_command()
1463 net_buf_add_u8(buf, param->media_type << 4U); in avdtp_process_configure_command()
1465 net_buf_add_u8(buf, param->media_codec_type); in avdtp_process_configure_command()
1524 net_buf_add_u8(buf, (param->acp_stream_ep_id << 2U)); in bt_avdtp_ctrl()