Home
last modified time | relevance | path

Searched refs:tx_phy (Results 1 – 8 of 8) sorted by relevance

/Zephyr-latest/samples/bluetooth/peripheral_identity/src/
Dperipheral_identity.c144 printk("LE PHY Updated: %s Tx 0x%x, Rx 0x%x\n", addr, param->tx_phy, in le_phy_updated()
/Zephyr-latest/samples/bluetooth/central_multilink/src/
Dcentral_multilink.c246 printk("LE PHY Updated: %s Tx 0x%x, Rx 0x%x\n", addr, param->tx_phy, in le_phy_updated()
/Zephyr-latest/subsys/bluetooth/host/
Dhci_core.c1121 conn->le.phy.tx_phy = bt_get_phy(rp->tx_phy); in hci_le_read_phy()
1389 conn->le.phy.tx_phy = BT_GAP_LE_PHY_1M; in bt_hci_le_enh_conn_complete()
1552 conn->le.phy.tx_phy = sync->phy; in bt_hci_le_enh_conn_complete_sync()
1794 evt->status, bt_hci_err_to_str(evt->status), evt->tx_phy, in le_phy_update_complete()
1798 conn->le.phy.tx_phy = bt_get_phy(evt->tx_phy); in le_phy_update_complete()
Dconn.c1703 if (conn->le.phy.tx_phy == BT_HCI_LE_PHY_2M && in uses_symmetric_2mbit_phy()
/Zephyr-latest/include/zephyr/bluetooth/
Dconn.h83 uint8_t tx_phy; /** Connection transmit PHY */ member
Dhci_types.h1435 uint8_t tx_phy; member
3158 uint8_t tx_phy; member
/Zephyr-latest/subsys/bluetooth/host/shell/
Dbt.c941 phy2str(info->tx_phy), phy2str(info->rx_phy)); in le_phy_updated()
3522 phy2str(info.le.phy->tx_phy), in cmd_info()
3623 phy = info.le.phy->tx_phy; in cmd_conn_data_len_update()
/Zephyr-latest/subsys/bluetooth/controller/hci/
Dhci.c2684 status = ll_phy_get(handle, &rp->tx_phy, &rp->rx_phy); in le_read_phy()
2688 rp->tx_phy = find_lsb_set(rp->tx_phy); in le_read_phy()
8558 sep->tx_phy = find_lsb_set(pu->tx);