Home
last modified time | relevance | path

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

/Zephyr-latest/include/zephyr/bluetooth/
Ddirection.h169 uint8_t rx_phy; member
Dhci_vs.h293 uint8_t rx_phy; member
Dconn.h85 uint8_t rx_phy; /** Connection receive PHY */ member
Dhci_types.h1460 uint8_t rx_phy; member
3213 uint8_t rx_phy; member
3340 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.c1128 conn->le.phy.rx_phy = bt_get_phy(rp->rx_phy); in hci_le_read_phy()
1396 conn->le.phy.rx_phy = BT_GAP_LE_PHY_1M; in bt_hci_le_enh_conn_complete()
1559 conn->le.phy.rx_phy = sync->phy; in bt_hci_le_enh_conn_complete_sync()
1801 evt->rx_phy); in le_phy_update_complete()
1805 conn->le.phy.rx_phy = bt_get_phy(evt->rx_phy); in le_phy_update_complete()
Dconn.c1711 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.c248 param->rx_phy); in le_phy_updated()
/Zephyr-latest/samples/bluetooth/central_gatt_write/src/
Dgatt_write_common.c320 param->rx_phy); in le_phy_updated()
/Zephyr-latest/subsys/bluetooth/controller/hci/
Dhci.c2719 status = ll_phy_get(handle, &rp->tx_phy, &rp->rx_phy); in le_read_phy()
2724 rp->rx_phy = find_lsb_set(rp->rx_phy); in le_read_phy()
3206 sep->rx_phy = phy_rx; in le_df_connection_iq_report()
5501 sep->rx_phy = phy_rx;
8625 sep->rx_phy = find_lsb_set(pu->rx);
/Zephyr-latest/subsys/bluetooth/host/shell/
Dbt.c944 phy2str(info->tx_phy), phy2str(info->rx_phy)); in le_phy_updated()
3525 phy2str(info.le.phy->rx_phy)); in cmd_info()