Searched refs:le_data_len_updated (Results 1 – 8 of 8) sorted by relevance
/Zephyr-latest/samples/bluetooth/peripheral_identity/src/ |
D | peripheral_identity.c | 150 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/ |
D | central_multilink.c | 252 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/ |
D | main.c | 92 .le_data_len_updated = data_len_updated,
|
/Zephyr-latest/tests/bsim/bluetooth/host/att/sequential/dut/src/ |
D | main.c | 95 .le_data_len_updated = data_len_updated,
|
/Zephyr-latest/tests/bsim/bluetooth/host/att/pipeline/dut/src/ |
D | main.c | 96 .le_data_len_updated = data_len_updated,
|
/Zephyr-latest/include/zephyr/bluetooth/ |
D | conn.h | 1787 void (*le_data_len_updated)(struct bt_conn *conn, member
|
/Zephyr-latest/subsys/bluetooth/host/ |
D | conn.c | 1997 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/ |
D | bt.c | 927 void le_data_len_updated(struct bt_conn *conn, in le_data_len_updated() function 1131 .le_data_len_updated = le_data_len_updated,
|