Searched refs:bt_gatt_get_uatt_mtu (Results 1 – 5 of 5) sorted by relevance
101 if (bt_gatt_get_uatt_mtu(default_conn) >= ATT_NTF_SIZE(notify_data_size)) { in run_peripheral_sample()107 bt_gatt_get_uatt_mtu(default_conn)); in run_peripheral_sample()
92 conn_att_mtu = bt_gatt_get_uatt_mtu(conn); in foreach_conn_handler_get_att_mtu()
1517 uint16_t bt_gatt_get_uatt_mtu(struct bt_conn *conn);
190 * Added API :c:func:`bt_gatt_get_uatt_mtu` to get current Unenhanced ATT MTU of a given
3154 uint16_t bt_gatt_get_uatt_mtu(struct bt_conn *conn) in bt_gatt_get_uatt_mtu() function