Searched refs:bt_gatt_get_mtu (Results 1 – 23 of 23) sorted by relevance
/Zephyr-latest/tests/bluetooth/audio/mocks/include/ |
D | gatt.h | 22 uint16_t bt_gatt_get_mtu(struct bt_conn *conn);
|
/Zephyr-latest/samples/bluetooth/central_gatt_write/src/ |
D | gatt_write_common.c | 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()
|
/Zephyr-latest/samples/bluetooth/mtu_update/central/src/ |
D | central_mtu_update.c | 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()
|
/Zephyr-latest/samples/bluetooth/central_multilink/src/ |
D | central_multilink.c | 115 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/ |
D | log_backend_ble.c | 119 const uint16_t mtu_size = bt_gatt_get_mtu(ble_backend_conn); in line_out()
|
/Zephyr-latest/samples/bluetooth/channel_sounding/src/ |
D | cs_test_reflector.c | 64 printk("MTU exchange %s (%u)\n", err == 0U ? "success" : "failed", bt_gatt_get_mtu(conn)); in mtu_exchange_cb()
|
D | connected_cs_reflector.c | 55 printk("MTU exchange %s (%u)\n", err == 0U ? "success" : "failed", bt_gatt_get_mtu(conn)); in mtu_exchange_cb()
|
D | cs_test_initiator.c | 98 printk("MTU exchange %s (%u)\n", err == 0U ? "success" : "failed", bt_gatt_get_mtu(conn)); in mtu_exchange_cb()
|
D | connected_cs_initiator.c | 95 printk("MTU exchange %s (%u)\n", err == 0U ? "success" : "failed", bt_gatt_get_mtu(conn)); in mtu_exchange_cb()
|
/Zephyr-latest/subsys/bluetooth/mesh/ |
D | proxy_msg.c | 168 mtu = bt_gatt_get_mtu(conn) - 3; in bt_mesh_proxy_msg_send()
|
/Zephyr-latest/modules/openthread/platform/ |
D | ble.c | 289 *aMtu = bt_gatt_get_mtu(ot_plat_ble_connection); in otPlatBleGattMtuGet()
|
/Zephyr-latest/tests/bluetooth/audio/mocks/src/ |
D | gatt.c | 540 uint16_t bt_gatt_get_mtu(struct bt_conn *conn) in bt_gatt_get_mtu() function
|
/Zephyr-latest/subsys/mgmt/mcumgr/transport/src/ |
D | smp_bt.c | 416 mtu = bt_gatt_get_mtu(conn); in smp_bt_get_mtu()
|
/Zephyr-latest/include/zephyr/bluetooth/ |
D | gatt.h | 1500 uint16_t bt_gatt_get_mtu(struct bt_conn *conn);
|
/Zephyr-latest/tests/bsim/bluetooth/host/misc/conn_stress/central/src/ |
D | main.c | 539 LOG_DBG("Updating MTU for %s to %u", addr, bt_gatt_get_mtu(conn)); in exchange_mtu()
|
/Zephyr-latest/subsys/bluetooth/host/shell/ |
D | gatt.c | 1270 mtu = bt_gatt_get_mtu(default_conn); in cmd_att_mtu()
|
/Zephyr-latest/subsys/bluetooth/audio/ |
D | mcs.c | 993 att_mtu = bt_gatt_get_mtu(conn); in notify_string()
|
D | bap_broadcast_assistant.c | 518 const uint16_t max_ntf_size = bt_gatt_get_mtu(conn) - att_ntf_header_size; in notify_handler()
|
D | bap_scan_delegator.c | 163 max_ntf_size = bt_gatt_get_mtu(conn) - att_ntf_header_size; in bass_notify_receive_state()
|
D | has.c | 753 const uint16_t mtu_size = bt_gatt_get_mtu(client->conn); in control_point_send()
|
D | bap_unicast_client.c | 1768 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()
|
D | ascs.c | 205 const uint16_t mtu = conn == NULL ? 0 : bt_gatt_get_mtu(conn); in get_max_ntf_size()
|
/Zephyr-latest/subsys/bluetooth/host/ |
D | gatt.c | 3149 uint16_t bt_gatt_get_mtu(struct bt_conn *conn) in bt_gatt_get_mtu() function
|