Home
last modified time | relevance | path

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

/Zephyr-Core-3.7.0/subsys/bluetooth/audio/
Dbap_scan_delegator.c154 uint16_t max_ntf_size; in bass_notify_receive_state() local
159 max_ntf_size = bt_gatt_get_mtu(conn) - att_ntf_header_size; in bass_notify_receive_state()
161 max_ntf_size = MIN(BT_L2CAP_RX_MTU, BT_L2CAP_TX_MTU) - att_ntf_header_size; in bass_notify_receive_state()
164 ntf_size = MIN(max_ntf_size, read_buf.len); in bass_notify_receive_state()
Dascs.c210 uint16_t max_ntf_size; in ase_state_notify() local
233 max_ntf_size = get_max_ntf_size(conn); in ase_state_notify()
235 ntf_size = MIN(max_ntf_size, ase_buf.len); in ase_state_notify()
1768 const uint16_t max_ntf_size = get_max_ntf_size(conn); in get_max_ase_rsp_for_conn() local
1771 if (max_ntf_size > rsp_hdr_size) { in get_max_ase_rsp_for_conn()
1772 return (max_ntf_size - rsp_hdr_size) / sizeof(struct bt_ascs_cp_ase_rsp); in get_max_ase_rsp_for_conn()
Dbap_broadcast_assistant.c493 const uint16_t max_ntf_size = bt_gatt_get_mtu(conn) - att_ntf_header_size; in notify_handler() local
498 if (length == max_ntf_size) { in notify_handler()
Dbap_unicast_client.c1575 uint16_t max_ntf_size; in unicast_client_ep_notify() local
1592 max_ntf_size = bt_gatt_get_mtu(conn) - att_ntf_header_size; in unicast_client_ep_notify()
1594 if (length == max_ntf_size) { in unicast_client_ep_notify()