Searched refs:bt_att_get_mtu (Results 1 – 3 of 3) sorted by relevance
296 uint16_t bt_att_get_mtu(struct bt_conn *conn);
3022 if (bt_att_get_mtu(conn) < in gatt_notify_multiple_verify_params()3151 return bt_att_get_mtu(conn); in bt_gatt_get_mtu()5249 len = bt_att_get_mtu(conn) - req_len - 1; in gatt_prepare_write()5292 if (params->offset || len > (bt_att_get_mtu(conn) - 1)) { in bt_gatt_write()
3850 uint16_t bt_att_get_mtu(struct bt_conn *conn) in bt_att_get_mtu() function