Home
last modified time | relevance | path

Searched refs:le_phy_updated (Results 1 – 5 of 5) sorted by relevance

/Zephyr-latest/samples/bluetooth/peripheral_identity/src/
Dperipheral_identity.c137 static void le_phy_updated(struct bt_conn *conn, in le_phy_updated() function
204 .le_phy_updated = le_phy_updated,
/Zephyr-latest/samples/bluetooth/central_multilink/src/
Dcentral_multilink.c239 static void le_phy_updated(struct bt_conn *conn, in le_phy_updated() function
276 .le_phy_updated = le_phy_updated,
/Zephyr-latest/include/zephyr/bluetooth/
Dconn.h1774 void (*le_phy_updated)(struct bt_conn *conn, member
/Zephyr-latest/subsys/bluetooth/host/
Dconn.c2016 if (callback->le_phy_updated) { in notify_le_phy_updated()
2017 callback->le_phy_updated(conn, &conn->le.phy); in notify_le_phy_updated()
2022 if (cb->le_phy_updated) { in notify_le_phy_updated()
2023 cb->le_phy_updated(conn, &conn->le.phy); in notify_le_phy_updated()
/Zephyr-latest/subsys/bluetooth/host/shell/
Dbt.c937 void le_phy_updated(struct bt_conn *conn, in le_phy_updated() function
1134 .le_phy_updated = le_phy_updated,