Home
last modified time | relevance | path

Searched refs:mtu_updated (Results 1 – 6 of 6) sorted by relevance

/Zephyr-latest/samples/bluetooth/peripheral_gatt_write/src/
Dperipheral_gatt_write.c28 static void mtu_updated(struct bt_conn *conn, uint16_t tx, uint16_t rx) in mtu_updated() function
49 .att_mtu_updated = mtu_updated
/Zephyr-latest/samples/bluetooth/central_gatt_write/src/
Dcentral_gatt_write.c73 void mtu_updated(struct bt_conn *conn, uint16_t tx, uint16_t rx) in mtu_updated() function
79 .att_mtu_updated = mtu_updated
/Zephyr-latest/samples/bluetooth/mtu_update/peripheral/src/
Dperipheral_mtu_update.c50 void mtu_updated(struct bt_conn *conn, uint16_t tx, uint16_t rx) in mtu_updated() function
56 .att_mtu_updated = mtu_updated,
/Zephyr-latest/samples/bluetooth/peripheral/src/
Dmain.c234 void mtu_updated(struct bt_conn *conn, uint16_t tx, uint16_t rx) in mtu_updated() function
240 .att_mtu_updated = mtu_updated
/Zephyr-latest/tests/bsim/bluetooth/host/misc/conn_stress/peripheral/src/
Dmain.c114 void mtu_updated(struct bt_conn *conn, uint16_t tx, uint16_t rx) in mtu_updated() function
128 static struct bt_gatt_cb gatt_callbacks = {.att_mtu_updated = mtu_updated};
/Zephyr-latest/tests/bsim/bluetooth/host/misc/conn_stress/central/src/
Dmain.c499 void mtu_updated(struct bt_conn *conn, uint16_t tx, uint16_t rx) in mtu_updated() function
504 static struct bt_gatt_cb gatt_callbacks = {.att_mtu_updated = mtu_updated};