Searched refs:bt_gatt_get_mtu (Results 1 – 19 of 19) sorted by relevance
| /Zephyr-latest/tests/bluetooth/audio/mocks/include/ |
| D | gatt.h | 24 uint16_t bt_gatt_get_mtu(struct bt_conn *conn);
|
| /Zephyr-latest/samples/bluetooth/central_gatt_write/src/ |
| D | gatt_write_common.c | 200 bt_gatt_get_mtu(conn)); in mtu_exchange_cb() 207 printk("%s: Current MTU = %u\n", __func__, bt_gatt_get_mtu(conn)); in mtu_exchange() 364 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 | 116 err == 0U ? "successful" : "failed", bt_gatt_get_mtu(conn)); in mtu_exchange_cb() 128 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/audio/ |
| D | audio.c | 264 const uint16_t mtu = conn == NULL ? 0 : bt_gatt_get_mtu(conn); in bt_audio_get_max_ntf_size()
|
| D | tbs.c | 373 const uint16_t att_mtu = bt_gatt_get_mtu(conn); in notify()
|
| /Zephyr-latest/subsys/bluetooth/mesh/ |
| D | proxy_msg.c | 179 uint16_t att_mtu = bt_gatt_get_mtu(conn); 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/subsys/mgmt/mcumgr/transport/src/ |
| D | smp_bt.c | 416 mtu = bt_gatt_get_mtu(conn); in smp_bt_get_mtu()
|
| /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/include/zephyr/bluetooth/ |
| D | gatt.h | 1615 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/host/ |
| D | gatt.c | 3166 uint16_t bt_gatt_get_mtu(struct bt_conn *conn) in bt_gatt_get_mtu() function
|