Home
last modified time | relevance | path

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

/Zephyr-latest/include/zephyr/bluetooth/
Ddirection.h169 uint8_t rx_phy; member
Dhci_vs.h293 uint8_t rx_phy; member
Dconn.h84 uint8_t rx_phy; /** Connection receive PHY */ member
Dhci_types.h1436 uint8_t rx_phy; member
3159 uint8_t rx_phy; member
3278 uint8_t rx_phy; member
/Zephyr-latest/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.c1122 conn->le.phy.rx_phy = bt_get_phy(rp->rx_phy); in hci_le_read_phy()
1390 conn->le.phy.rx_phy = BT_GAP_LE_PHY_1M; in bt_hci_le_enh_conn_complete()
1553 conn->le.phy.rx_phy = sync->phy; in bt_hci_le_enh_conn_complete_sync()
1795 evt->rx_phy); in le_phy_update_complete()
1799 conn->le.phy.rx_phy = bt_get_phy(evt->rx_phy); in le_phy_update_complete()
Dconn.c1704 conn->le.phy.rx_phy == BT_HCI_LE_PHY_2M) { in uses_symmetric_2mbit_phy()
/Zephyr-latest/samples/bluetooth/peripheral_identity/src/
Dperipheral_identity.c145 param->rx_phy); in le_phy_updated()
/Zephyr-latest/samples/bluetooth/central_multilink/src/
Dcentral_multilink.c247 param->rx_phy); in le_phy_updated()
/Zephyr-latest/subsys/bluetooth/controller/hci/
Dhci.c2684 status = ll_phy_get(handle, &rp->tx_phy, &rp->rx_phy); in le_read_phy()
2689 rp->rx_phy = find_lsb_set(rp->rx_phy); in le_read_phy()
3171 sep->rx_phy = phy_rx; in le_df_connection_iq_report()
5466 sep->rx_phy = phy_rx;
8559 sep->rx_phy = find_lsb_set(pu->rx);
/Zephyr-latest/subsys/bluetooth/host/shell/
Dbt.c941 phy2str(info->tx_phy), phy2str(info->rx_phy)); in le_phy_updated()
3523 phy2str(info.le.phy->rx_phy)); in cmd_info()