Searched refs:tx_phy (Results 1 – 8 of 8) sorted by relevance
/Zephyr-latest/samples/bluetooth/peripheral_identity/src/ |
D | peripheral_identity.c | 144 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/ |
D | central_multilink.c | 246 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/ |
D | hci_core.c | 1121 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()
|
D | conn.c | 1703 if (conn->le.phy.tx_phy == BT_HCI_LE_PHY_2M && in uses_symmetric_2mbit_phy()
|
/Zephyr-latest/include/zephyr/bluetooth/ |
D | conn.h | 83 uint8_t tx_phy; /** Connection transmit PHY */ member
|
D | hci_types.h | 1435 uint8_t tx_phy; member 3158 uint8_t tx_phy; member
|
/Zephyr-latest/subsys/bluetooth/host/shell/ |
D | bt.c | 941 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/ |
D | hci.c | 2684 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);
|