Searched refs:max_ntf_size (Results 1 – 4 of 4) sorted by relevance
154 uint16_t max_ntf_size; in bass_notify_receive_state() local159 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()
210 uint16_t max_ntf_size; in ase_state_notify() local233 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() local1771 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()
493 const uint16_t max_ntf_size = bt_gatt_get_mtu(conn) - att_ntf_header_size; in notify_handler() local498 if (length == max_ntf_size) { in notify_handler()
1575 uint16_t max_ntf_size; in unicast_client_ep_notify() local1592 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()