Home
last modified time | relevance | path

Searched refs:rx_phy (Results 1 – 10 of 10) sorted by relevance

/Zephyr-Core-3.6.0/include/zephyr/bluetooth/
Ddirection.h169 uint8_t rx_phy; member
Dhci_vs.h291 uint8_t rx_phy; member
Dconn.h84 uint8_t rx_phy; /** Connection receive PHY */ member
Dhci_types.h1296 uint8_t rx_phy; member
2705 uint8_t rx_phy; member
2824 uint8_t rx_phy; member
/Zephyr-Core-3.6.0/samples/bluetooth/peripheral_identity/src/
Dperipheral_identity.c141 param->rx_phy); in le_phy_updated()
/Zephyr-Core-3.6.0/subsys/bluetooth/host/
Ddirection.c704 report->rx_phy = evt->rx_phy; in hci_df_prepare_connection_iq_report()
756 report->rx_phy = evt->rx_phy; in hci_df_vs_prepare_connection_iq_report()
Dhci_core.c999 conn->le.phy.rx_phy = bt_get_phy(rp->rx_phy); in hci_le_read_phy()
1073 conn->le.phy.rx_phy == BT_HCI_LE_PHY_2M) { in skip_auto_phy_update_on_conn_establishment()
1367 conn->le.phy.rx_phy = BT_GAP_LE_PHY_1M; in bt_hci_le_enh_conn_complete()
1531 conn->le.phy.rx_phy = sync->phy; in bt_hci_le_enh_conn_complete_sync()
1713 evt->rx_phy); in le_phy_update_complete()
1717 conn->le.phy.rx_phy = bt_get_phy(evt->rx_phy); in le_phy_update_complete()
/Zephyr-Core-3.6.0/samples/bluetooth/central_multilink/src/
Dcentral_multilink.c246 param->rx_phy); in le_phy_updated()
/Zephyr-Core-3.6.0/subsys/bluetooth/controller/hci/
Dhci.c2666 status = ll_phy_get(handle, &rp->tx_phy, &rp->rx_phy); in le_read_phy()
2671 rp->rx_phy = find_lsb_set(rp->rx_phy); in le_read_phy()
3153 sep->rx_phy = phy_rx; in le_df_connection_iq_report()
5244 sep->rx_phy = phy_rx;
8239 sep->rx_phy = find_lsb_set(pu->rx);
/Zephyr-Core-3.6.0/subsys/bluetooth/shell/
Dbt.c880 phy2str(info->tx_phy), phy2str(info->rx_phy)); in le_phy_updated()
3087 phy2str(info.le.phy->rx_phy)); in cmd_info()