Home
last modified time | relevance | path

Searched refs:tx_phy (Results 1 – 9 of 9) 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.c247 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_gatt_write/src/
Dgatt_write_common.c319 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.c1127 conn->le.phy.tx_phy = bt_get_phy(rp->tx_phy); in hci_le_read_phy()
1395 conn->le.phy.tx_phy = BT_GAP_LE_PHY_1M; in bt_hci_le_enh_conn_complete()
1558 conn->le.phy.tx_phy = sync->phy; in bt_hci_le_enh_conn_complete_sync()
1800 evt->status, bt_hci_err_to_str(evt->status), evt->tx_phy, in le_phy_update_complete()
1804 conn->le.phy.tx_phy = bt_get_phy(evt->tx_phy); in le_phy_update_complete()
Dconn.c1710 if (conn->le.phy.tx_phy == BT_HCI_LE_PHY_2M && in uses_symmetric_2mbit_phy()
/Zephyr-latest/include/zephyr/bluetooth/
Dconn.h84 uint8_t tx_phy; /** Connection transmit PHY */ member
Dhci_types.h1459 uint8_t tx_phy; member
3212 uint8_t tx_phy; member
/Zephyr-latest/subsys/bluetooth/host/shell/
Dbt.c944 phy2str(info->tx_phy), phy2str(info->rx_phy)); in le_phy_updated()
3524 phy2str(info.le.phy->tx_phy), in cmd_info()
3625 phy = info.le.phy->tx_phy; in cmd_conn_data_len_update()
/Zephyr-latest/subsys/bluetooth/controller/hci/
Dhci.c2719 status = ll_phy_get(handle, &rp->tx_phy, &rp->rx_phy); in le_read_phy()
2723 rp->tx_phy = find_lsb_set(rp->tx_phy); in le_read_phy()
8624 sep->tx_phy = find_lsb_set(pu->tx);