Searched refs:bt_gatt_get_mtu (Results 1 – 14 of 14) sorted by relevance
22 uint16_t bt_gatt_get_mtu(struct bt_conn *conn);
62 bt_gatt_get_mtu(conn)); in mtu_exchange_cb()69 printk("%s: Current MTU = %u\n", __func__, bt_gatt_get_mtu(conn)); in mtu_exchange()185 data_len_max = bt_gatt_get_mtu(conn) - 3; in write_cmd()
168 bt_gatt_get_mtu(conn)); in mtu_exchange_cb()179 printk("%s: Current MTU = %u\n", __func__, bt_gatt_get_mtu(conn)); in mtu_exchange()
114 err == 0U ? "successful" : "failed", bt_gatt_get_mtu(conn)); in mtu_exchange_cb()126 printk("MTU (%u): %u\n", conn_index, bt_gatt_get_mtu(conn)); in mtu_exchange()
119 const uint16_t mtu_size = bt_gatt_get_mtu(ble_backend_conn); in line_out()
250 uint16_t bt_gatt_get_mtu(struct bt_conn *conn) in bt_gatt_get_mtu() function
160 mtu = bt_gatt_get_mtu(conn) - 3; in bt_mesh_proxy_msg_send()
413 mtu = bt_gatt_get_mtu(conn); in smp_bt_get_mtu()
1298 uint16_t bt_gatt_get_mtu(struct bt_conn *conn);
1279 mtu = bt_gatt_get_mtu(default_conn); in cmd_att_mtu()
950 att_mtu = bt_gatt_get_mtu(conn); in notify_string()
1536 const uint16_t max_ntf_size = bt_gatt_get_mtu(conn) - att_ntf_header_size; in unicast_client_ep_notify()1988 const uint16_t max_write_size = bt_gatt_get_mtu(conn) - att_write_header_size; in bt_bap_unicast_client_ep_send()
153 const uint16_t max_ntf_size = bt_gatt_get_mtu(conn) - att_ntf_header_size; in ase_status_changed()
3066 uint16_t bt_gatt_get_mtu(struct bt_conn *conn) in bt_gatt_get_mtu() function