Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/bluetooth/audio/
Dbap_scan_delegator.c158 uint16_t max_ntf_size; in bass_notify_receive_state() local
163 max_ntf_size = bt_gatt_get_mtu(conn) - att_ntf_header_size; in bass_notify_receive_state()
165 max_ntf_size = MIN(BT_L2CAP_RX_MTU, BT_L2CAP_TX_MTU) - att_ntf_header_size; in bass_notify_receive_state()
168 ntf_size = MIN(max_ntf_size, read_buf.len); in bass_notify_receive_state()
Dascs.c218 uint16_t max_ntf_size; in ase_state_notify() local
241 max_ntf_size = get_max_ntf_size(conn); in ase_state_notify()
243 ntf_size = MIN(max_ntf_size, ase_buf.len); in ase_state_notify()
1796 const uint16_t max_ntf_size = get_max_ntf_size(conn); in get_max_ase_rsp_for_conn() local
1799 if (max_ntf_size > rsp_hdr_size) { in get_max_ase_rsp_for_conn()
1800 return (max_ntf_size - rsp_hdr_size) / sizeof(struct bt_ascs_cp_ase_rsp); in get_max_ase_rsp_for_conn()
Dbap_broadcast_assistant.c518 const uint16_t max_ntf_size = bt_gatt_get_mtu(conn) - att_ntf_header_size; in notify_handler() local
523 if (length == max_ntf_size) { in notify_handler()
Dbap_unicast_client.c1751 uint16_t max_ntf_size; in unicast_client_ep_notify() local
1768 max_ntf_size = bt_gatt_get_mtu(conn) - att_ntf_header_size; in unicast_client_ep_notify()
1770 if (length == max_ntf_size) { in unicast_client_ep_notify()