Home
last modified time | relevance | path

Searched refs:le_phy_updated (Results 1 – 6 of 6) 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.c240 static void le_phy_updated(struct bt_conn *conn, in le_phy_updated() function
277 .le_phy_updated = le_phy_updated,
/Zephyr-latest/samples/bluetooth/central_gatt_write/src/
Dgatt_write_common.c312 static void le_phy_updated(struct bt_conn *conn, in le_phy_updated() function
349 .le_phy_updated = le_phy_updated,
/Zephyr-latest/include/zephyr/bluetooth/
Dconn.h1803 void (*le_phy_updated)(struct bt_conn *conn, member
/Zephyr-latest/subsys/bluetooth/host/
Dconn.c2023 if (callback->le_phy_updated) { in notify_le_phy_updated()
2024 callback->le_phy_updated(conn, &conn->le.phy); in notify_le_phy_updated()
2029 if (cb->le_phy_updated) { in notify_le_phy_updated()
2030 cb->le_phy_updated(conn, &conn->le.phy); in notify_le_phy_updated()
/Zephyr-latest/subsys/bluetooth/host/shell/
Dbt.c940 void le_phy_updated(struct bt_conn *conn, in le_phy_updated() function
1137 .le_phy_updated = le_phy_updated,