Home
last modified time | relevance | path

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

/Zephyr-Core-3.6.0/samples/bluetooth/peripheral_identity/src/
Dperipheral_identity.c146 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/
Dcentral_multilink.c251 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/
Dmain.c92 .le_data_len_updated = data_len_updated,
/Zephyr-Core-3.6.0/tests/bsim/bluetooth/host/att/sequential/dut/src/
Dmain.c95 .le_data_len_updated = data_len_updated,
/Zephyr-Core-3.6.0/tests/bsim/bluetooth/host/att/pipeline/dut/src/
Dmain.c96 .le_data_len_updated = data_len_updated,
/Zephyr-Core-3.6.0/include/zephyr/bluetooth/
Dconn.h1126 void (*le_data_len_updated)(struct bt_conn *conn, member
/Zephyr-Core-3.6.0/subsys/bluetooth/host/
Dconn.c1670 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/
Dbt.c865 void le_data_len_updated(struct bt_conn *conn, in le_data_len_updated() function
912 .le_data_len_updated = le_data_len_updated,