Home
last modified time | relevance | path

Searched refs:le_data_len_updated (Results 1 – 9 of 9) sorted by relevance

/Zephyr-latest/samples/bluetooth/peripheral_identity/src/
Dperipheral_identity.c150 static void le_data_len_updated(struct bt_conn *conn, in le_data_len_updated() function
208 .le_data_len_updated = le_data_len_updated,
/Zephyr-latest/samples/bluetooth/central_multilink/src/
Dcentral_multilink.c253 static void le_data_len_updated(struct bt_conn *conn, in le_data_len_updated() function
281 .le_data_len_updated = le_data_len_updated,
/Zephyr-latest/samples/bluetooth/central_gatt_write/src/
Dgatt_write_common.c325 static void le_data_len_updated(struct bt_conn *conn, in le_data_len_updated() function
353 .le_data_len_updated = le_data_len_updated,
/Zephyr-latest/tests/bsim/bluetooth/host/misc/disconnect/dut/src/
Dmain.c94 .le_data_len_updated = data_len_updated,
/Zephyr-latest/tests/bsim/bluetooth/host/att/sequential/dut/src/
Dmain.c95 .le_data_len_updated = data_len_updated,
/Zephyr-latest/tests/bsim/bluetooth/host/att/pipeline/dut/src/
Dmain.c94 .le_data_len_updated = data_len_updated,
/Zephyr-latest/include/zephyr/bluetooth/
Dconn.h1816 void (*le_data_len_updated)(struct bt_conn *conn, member
/Zephyr-latest/subsys/bluetooth/host/
Dconn.c2004 if (callback->le_data_len_updated) { in notify_le_data_len_updated()
2005 callback->le_data_len_updated(conn, &conn->le.data_len); in notify_le_data_len_updated()
2010 if (cb->le_data_len_updated) { in notify_le_data_len_updated()
2011 cb->le_data_len_updated(conn, &conn->le.data_len); in notify_le_data_len_updated()
/Zephyr-latest/subsys/bluetooth/host/shell/
Dbt.c930 void le_data_len_updated(struct bt_conn *conn, in le_data_len_updated() function
1134 .le_data_len_updated = le_data_len_updated,