Searched refs:bt_gatt_get_mtu (Results 1 – 19 of 19) sorted by relevance
22 uint16_t bt_gatt_get_mtu(struct bt_conn *conn);
68 bt_gatt_get_mtu(conn)); in mtu_exchange_cb()75 printk("%s: Current MTU = %u\n", __func__, bt_gatt_get_mtu(conn)); in mtu_exchange()191 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()
159 mtu = bt_gatt_get_mtu(conn) - 3; in bt_mesh_proxy_msg_send()
346 uint16_t bt_gatt_get_mtu(struct bt_conn *conn) in bt_gatt_get_mtu() function
292 *aMtu = bt_gatt_get_mtu(ot_plat_ble_connection); in otPlatBleGattMtuGet()
411 mtu = bt_gatt_get_mtu(conn); in smp_bt_get_mtu()
1372 uint16_t bt_gatt_get_mtu(struct bt_conn *conn);
539 LOG_DBG("Updating MTU for %s to %u", addr, bt_gatt_get_mtu(conn)); in exchange_mtu()
1279 mtu = bt_gatt_get_mtu(default_conn); in cmd_att_mtu()
493 const uint16_t max_ntf_size = bt_gatt_get_mtu(conn) - att_ntf_header_size; in notify_handler()
993 att_mtu = bt_gatt_get_mtu(conn); in notify_string()
159 max_ntf_size = bt_gatt_get_mtu(conn) - att_ntf_header_size; in bass_notify_receive_state()
753 const uint16_t mtu_size = bt_gatt_get_mtu(client->conn); in control_point_send()
1592 max_ntf_size = bt_gatt_get_mtu(conn) - att_ntf_header_size; in unicast_client_ep_notify()2033 const uint16_t max_write_size = bt_gatt_get_mtu(conn) - att_write_header_size; in bt_bap_unicast_client_ep_send()
197 const uint16_t mtu = conn == NULL ? 0 : bt_gatt_get_mtu(conn); in get_max_ntf_size()
3162 uint16_t bt_gatt_get_mtu(struct bt_conn *conn) in bt_gatt_get_mtu() function