Home
last modified time | relevance | path

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

/Zephyr-latest/tests/bluetooth/audio/mocks/include/
Dgatt.h22 uint16_t bt_gatt_get_mtu(struct bt_conn *conn);
/Zephyr-latest/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-latest/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-latest/samples/bluetooth/central_multilink/src/
Dcentral_multilink.c115 err == 0U ? "successful" : "failed", bt_gatt_get_mtu(conn)); in mtu_exchange_cb()
127 printk("MTU (%u): %u\n", conn_index, bt_gatt_get_mtu(conn)); in mtu_exchange()
/Zephyr-latest/subsys/logging/backends/
Dlog_backend_ble.c119 const uint16_t mtu_size = bt_gatt_get_mtu(ble_backend_conn); in line_out()
/Zephyr-latest/samples/bluetooth/channel_sounding/src/
Dcs_test_reflector.c64 printk("MTU exchange %s (%u)\n", err == 0U ? "success" : "failed", bt_gatt_get_mtu(conn)); in mtu_exchange_cb()
Dconnected_cs_reflector.c55 printk("MTU exchange %s (%u)\n", err == 0U ? "success" : "failed", bt_gatt_get_mtu(conn)); in mtu_exchange_cb()
Dcs_test_initiator.c98 printk("MTU exchange %s (%u)\n", err == 0U ? "success" : "failed", bt_gatt_get_mtu(conn)); in mtu_exchange_cb()
Dconnected_cs_initiator.c95 printk("MTU exchange %s (%u)\n", err == 0U ? "success" : "failed", bt_gatt_get_mtu(conn)); in mtu_exchange_cb()
/Zephyr-latest/subsys/bluetooth/mesh/
Dproxy_msg.c168 mtu = bt_gatt_get_mtu(conn) - 3; in bt_mesh_proxy_msg_send()
/Zephyr-latest/modules/openthread/platform/
Dble.c289 *aMtu = bt_gatt_get_mtu(ot_plat_ble_connection); in otPlatBleGattMtuGet()
/Zephyr-latest/tests/bluetooth/audio/mocks/src/
Dgatt.c540 uint16_t bt_gatt_get_mtu(struct bt_conn *conn) in bt_gatt_get_mtu() function
/Zephyr-latest/subsys/mgmt/mcumgr/transport/src/
Dsmp_bt.c416 mtu = bt_gatt_get_mtu(conn); in smp_bt_get_mtu()
/Zephyr-latest/include/zephyr/bluetooth/
Dgatt.h1500 uint16_t bt_gatt_get_mtu(struct bt_conn *conn);
/Zephyr-latest/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-latest/subsys/bluetooth/host/shell/
Dgatt.c1270 mtu = bt_gatt_get_mtu(default_conn); in cmd_att_mtu()
/Zephyr-latest/subsys/bluetooth/audio/
Dmcs.c993 att_mtu = bt_gatt_get_mtu(conn); in notify_string()
Dbap_broadcast_assistant.c518 const uint16_t max_ntf_size = bt_gatt_get_mtu(conn) - att_ntf_header_size; in notify_handler()
Dbap_scan_delegator.c163 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.c1768 max_ntf_size = bt_gatt_get_mtu(conn) - att_ntf_header_size; in unicast_client_ep_notify()
2170 const uint16_t max_write_size = bt_gatt_get_mtu(conn) - att_write_header_size; in bt_bap_unicast_client_ep_send()
Dascs.c205 const uint16_t mtu = conn == NULL ? 0 : bt_gatt_get_mtu(conn); in get_max_ntf_size()
/Zephyr-latest/subsys/bluetooth/host/
Dgatt.c3149 uint16_t bt_gatt_get_mtu(struct bt_conn *conn) in bt_gatt_get_mtu() function