Home
last modified time | relevance | path

Searched refs:le_data_len_updated (Results 1 – 8 of 8) 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.c252 static void le_data_len_updated(struct bt_conn *conn, in le_data_len_updated() function
280 .le_data_len_updated = le_data_len_updated,
/Zephyr-latest/tests/bsim/bluetooth/host/misc/disconnect/dut/src/
Dmain.c92 .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.c96 .le_data_len_updated = data_len_updated,
/Zephyr-latest/include/zephyr/bluetooth/
Dconn.h1787 void (*le_data_len_updated)(struct bt_conn *conn, member
/Zephyr-latest/subsys/bluetooth/host/
Dconn.c1997 if (callback->le_data_len_updated) { in notify_le_data_len_updated()
1998 callback->le_data_len_updated(conn, &conn->le.data_len); in notify_le_data_len_updated()
2003 if (cb->le_data_len_updated) { in notify_le_data_len_updated()
2004 cb->le_data_len_updated(conn, &conn->le.data_len); in notify_le_data_len_updated()
/Zephyr-latest/subsys/bluetooth/host/shell/
Dbt.c927 void le_data_len_updated(struct bt_conn *conn, in le_data_len_updated() function
1131 .le_data_len_updated = le_data_len_updated,