Home
last modified time | relevance | path

Searched refs:bt_gatt_get_mtu (Results 1 – 19 of 19) sorted by relevance

/Zephyr-Core-3.7.0/tests/bluetooth/audio/mocks/include/
Dgatt.h22 uint16_t bt_gatt_get_mtu(struct bt_conn *conn);
/Zephyr-Core-3.7.0/samples/bluetooth/central_gatt_write/src/
Dgatt_write_common.c68 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()
/Zephyr-Core-3.7.0/samples/bluetooth/mtu_update/central/src/
Dcentral_mtu_update.c168 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()
/Zephyr-Core-3.7.0/samples/bluetooth/central_multilink/src/
Dcentral_multilink.c114 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()
/Zephyr-Core-3.7.0/subsys/logging/backends/
Dlog_backend_ble.c119 const uint16_t mtu_size = bt_gatt_get_mtu(ble_backend_conn); in line_out()
/Zephyr-Core-3.7.0/subsys/bluetooth/mesh/
Dproxy_msg.c159 mtu = bt_gatt_get_mtu(conn) - 3; in bt_mesh_proxy_msg_send()
/Zephyr-Core-3.7.0/tests/bluetooth/audio/mocks/src/
Dgatt.c346 uint16_t bt_gatt_get_mtu(struct bt_conn *conn) in bt_gatt_get_mtu() function
/Zephyr-Core-3.7.0/modules/openthread/platform/
Dble.c292 *aMtu = bt_gatt_get_mtu(ot_plat_ble_connection); in otPlatBleGattMtuGet()
/Zephyr-Core-3.7.0/subsys/mgmt/mcumgr/transport/src/
Dsmp_bt.c411 mtu = bt_gatt_get_mtu(conn); in smp_bt_get_mtu()
/Zephyr-Core-3.7.0/include/zephyr/bluetooth/
Dgatt.h1372 uint16_t bt_gatt_get_mtu(struct bt_conn *conn);
/Zephyr-Core-3.7.0/tests/bsim/bluetooth/host/misc/conn_stress/central/src/
Dmain.c539 LOG_DBG("Updating MTU for %s to %u", addr, bt_gatt_get_mtu(conn)); in exchange_mtu()
/Zephyr-Core-3.7.0/subsys/bluetooth/shell/
Dgatt.c1279 mtu = bt_gatt_get_mtu(default_conn); in cmd_att_mtu()
/Zephyr-Core-3.7.0/subsys/bluetooth/audio/
Dbap_broadcast_assistant.c493 const uint16_t max_ntf_size = bt_gatt_get_mtu(conn) - att_ntf_header_size; in notify_handler()
Dmcs.c993 att_mtu = bt_gatt_get_mtu(conn); in notify_string()
Dbap_scan_delegator.c159 max_ntf_size = bt_gatt_get_mtu(conn) - att_ntf_header_size; in bass_notify_receive_state()
Dhas.c753 const uint16_t mtu_size = bt_gatt_get_mtu(client->conn); in control_point_send()
Dbap_unicast_client.c1592 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()
Dascs.c197 const uint16_t mtu = conn == NULL ? 0 : bt_gatt_get_mtu(conn); in get_max_ntf_size()
/Zephyr-Core-3.7.0/subsys/bluetooth/host/
Dgatt.c3162 uint16_t bt_gatt_get_mtu(struct bt_conn *conn) in bt_gatt_get_mtu() function