Searched refs:tx_phy (Results 1 – 9 of 9) 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 | 247 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/ |
D | gatt_write_common.c | 319 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 | 1127 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()
|
D | conn.c | 1710 if (conn->le.phy.tx_phy == BT_HCI_LE_PHY_2M && in uses_symmetric_2mbit_phy()
|
/Zephyr-latest/include/zephyr/bluetooth/ |
D | conn.h | 84 uint8_t tx_phy; /** Connection transmit PHY */ member
|
D | hci_types.h | 1459 uint8_t tx_phy; member 3212 uint8_t tx_phy; member
|
/Zephyr-latest/subsys/bluetooth/host/shell/ |
D | bt.c | 944 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/ |
D | hci.c | 2719 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);
|