Home
last modified time | relevance | path

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

/Zephyr-Core-3.5.0/subsys/bluetooth/audio/
Dascs.c153 const uint16_t max_ntf_size = bt_gatt_get_mtu(conn) - att_ntf_header_size; in ase_status_changed() local
165 ntf_size = MIN(max_ntf_size, ase_buf.len); in ase_status_changed()
Dbap_unicast_client.c1536 const uint16_t max_ntf_size = bt_gatt_get_mtu(conn) - att_ntf_header_size; in unicast_client_ep_notify() local
1553 if (length == max_ntf_size) { in unicast_client_ep_notify()