Searched refs:le_data_len_updated (Results 1 – 8 of 8) sorted by relevance
/Zephyr-Core-3.6.0/samples/bluetooth/peripheral_identity/src/ |
D | peripheral_identity.c | 146 static void le_data_len_updated(struct bt_conn *conn, in le_data_len_updated() function 204 .le_data_len_updated = le_data_len_updated,
|
/Zephyr-Core-3.6.0/samples/bluetooth/central_multilink/src/ |
D | central_multilink.c | 251 static void le_data_len_updated(struct bt_conn *conn, in le_data_len_updated() function 279 .le_data_len_updated = le_data_len_updated,
|
/Zephyr-Core-3.6.0/tests/bsim/bluetooth/host/misc/disconnect/dut/src/ |
D | main.c | 92 .le_data_len_updated = data_len_updated,
|
/Zephyr-Core-3.6.0/tests/bsim/bluetooth/host/att/sequential/dut/src/ |
D | main.c | 95 .le_data_len_updated = data_len_updated,
|
/Zephyr-Core-3.6.0/tests/bsim/bluetooth/host/att/pipeline/dut/src/ |
D | main.c | 96 .le_data_len_updated = data_len_updated,
|
/Zephyr-Core-3.6.0/include/zephyr/bluetooth/ |
D | conn.h | 1126 void (*le_data_len_updated)(struct bt_conn *conn, member
|
/Zephyr-Core-3.6.0/subsys/bluetooth/host/ |
D | conn.c | 1670 if (cb->le_data_len_updated) { in notify_le_data_len_updated() 1671 cb->le_data_len_updated(conn, &conn->le.data_len); in notify_le_data_len_updated() 1676 if (cb->le_data_len_updated) { in notify_le_data_len_updated() 1677 cb->le_data_len_updated(conn, &conn->le.data_len); in notify_le_data_len_updated()
|
/Zephyr-Core-3.6.0/subsys/bluetooth/shell/ |
D | bt.c | 865 void le_data_len_updated(struct bt_conn *conn, in le_data_len_updated() function 912 .le_data_len_updated = le_data_len_updated,
|