Searched refs:max_ntf_size (Results 1 – 4 of 4) sorted by relevance
158 uint16_t max_ntf_size; in bass_notify_receive_state() local163 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()
218 uint16_t max_ntf_size; in ase_state_notify() local241 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() local1799 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()
518 const uint16_t max_ntf_size = bt_gatt_get_mtu(conn) - att_ntf_header_size; in notify_handler() local523 if (length == max_ntf_size) { in notify_handler()
1751 uint16_t max_ntf_size; in unicast_client_ep_notify() local1768 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()