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);
3039 if (bt_att_get_mtu(conn) < in gatt_notify_multiple_verify_params()3168 return bt_att_get_mtu(conn); in bt_gatt_get_mtu()5262 uint16_t mtu = bt_att_get_mtu(conn); in gatt_prepare_write()5316 if (params->offset || len > (bt_att_get_mtu(conn) - 1)) { in bt_gatt_write()
3880 uint16_t bt_att_get_mtu(struct bt_conn *conn) in bt_att_get_mtu() function