Home
last modified time | relevance | path

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

/Zephyr-Core-3.5.0/tests/bluetooth/audio/mocks/include/
Dgatt.h22 uint16_t bt_gatt_get_mtu(struct bt_conn *conn);
/Zephyr-Core-3.5.0/samples/bluetooth/central_gatt_write/src/
Dgatt_write_common.c62 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()
/Zephyr-Core-3.5.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.5.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.5.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.5.0/tests/bluetooth/audio/mocks/src/
Dgatt.c250 uint16_t bt_gatt_get_mtu(struct bt_conn *conn) in bt_gatt_get_mtu() function
/Zephyr-Core-3.5.0/subsys/bluetooth/mesh/
Dproxy_msg.c160 mtu = bt_gatt_get_mtu(conn) - 3; in bt_mesh_proxy_msg_send()
/Zephyr-Core-3.5.0/subsys/mgmt/mcumgr/transport/src/
Dsmp_bt.c413 mtu = bt_gatt_get_mtu(conn); in smp_bt_get_mtu()
/Zephyr-Core-3.5.0/include/zephyr/bluetooth/
Dgatt.h1298 uint16_t bt_gatt_get_mtu(struct bt_conn *conn);
/Zephyr-Core-3.5.0/subsys/bluetooth/shell/
Dgatt.c1279 mtu = bt_gatt_get_mtu(default_conn); in cmd_att_mtu()
/Zephyr-Core-3.5.0/subsys/bluetooth/audio/
Dmcs.c950 att_mtu = bt_gatt_get_mtu(conn); in notify_string()
Dbap_unicast_client.c1536 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()
Dascs.c153 const uint16_t max_ntf_size = bt_gatt_get_mtu(conn) - att_ntf_header_size; in ase_status_changed()
/Zephyr-Core-3.5.0/subsys/bluetooth/host/
Dgatt.c3066 uint16_t bt_gatt_get_mtu(struct bt_conn *conn) in bt_gatt_get_mtu() function