Home
last modified time | relevance | path

Searched refs:max_ntf_size (Results 1 – 6 of 6) sorted by relevance

/Zephyr-latest/subsys/bluetooth/audio/
Dhas.c752 const uint16_t max_ntf_size = bt_audio_get_max_ntf_size(client->conn); in control_point_send() local
754 if (max_ntf_size < buf->len) { in control_point_send()
755 LOG_WRN("Sending truncated control point PDU %u < %u", max_ntf_size, buf->len); in control_point_send()
756 buf->len = max_ntf_size; in control_point_send()
Dascs.c207 uint16_t max_ntf_size; in ase_state_notify() local
230 max_ntf_size = bt_audio_get_max_ntf_size(conn); in ase_state_notify()
232 ntf_size = MIN(max_ntf_size, ase_buf.len); in ase_state_notify()
1763 const uint16_t max_ntf_size = bt_audio_get_max_ntf_size(conn); in get_max_ase_rsp_for_conn() local
1766 if (max_ntf_size > rsp_hdr_size) { in get_max_ase_rsp_for_conn()
1767 return (max_ntf_size - rsp_hdr_size) / sizeof(struct bt_ascs_cp_ase_rsp); in get_max_ase_rsp_for_conn()
Dbap_scan_delegator.c158 uint16_t max_ntf_size; in receive_state_notify_cb() local
170 max_ntf_size = bt_audio_get_max_ntf_size(conn); in receive_state_notify_cb()
172 ntf_size = MIN(max_ntf_size, read_buf.len); in receive_state_notify_cb()
Dmcs.c988 const uint16_t max_ntf_size = bt_audio_get_max_ntf_size(conn); in notify_string() local
993 MIN(strlen(str), max_ntf_size)); in notify_string()
Dbap_broadcast_assistant.c534 const uint16_t max_ntf_size = bt_audio_get_max_ntf_size(conn); in notify_handler() local
539 if (length == max_ntf_size) { in notify_handler()
Dbap_unicast_client.c1750 uint16_t max_ntf_size; in unicast_client_ep_notify() local
1767 max_ntf_size = bt_audio_get_max_ntf_size(conn); in unicast_client_ep_notify()
1769 if (length == max_ntf_size) { in unicast_client_ep_notify()