Home
last modified time | relevance | path

Searched refs:bt_get_phy (Results 1 – 4 of 4) sorted by relevance

/Zephyr-latest/subsys/bluetooth/host/
Dhci_core.h466 uint8_t bt_get_phy(uint8_t hci_phy);
Dscan.c758 scan_info->primary_phy = bt_get_phy(evt->prim_phy); in create_ext_adv_info()
759 scan_info->secondary_phy = bt_get_phy(evt->sec_phy); in create_ext_adv_info()
1256 pending_per_adv_sync->phy = bt_get_phy(evt->phy); in bt_hci_le_per_adv_sync_established_common()
1470 per_adv_sync->phy = bt_get_phy(evt->phy); in bt_hci_le_past_received_common()
1575 biginfo.phy = bt_get_phy(evt->phy); in bt_hci_le_biginfo_adv_report()
Diso.c1106 const uint8_t c_phy = bt_get_phy(evt->c_phy); in store_cis_info()
1107 const uint8_t p_phy = bt_get_phy(evt->p_phy); in store_cis_info()
1181 central->phy = bt_get_phy(evt->c_phy); in store_cis_info()
1188 peripheral->phy = bt_get_phy(evt->p_phy); in store_cis_info()
3126 broadcaster_info->phy = bt_get_phy(evt->phy); in store_bis_broadcaster_info()
Dhci_core.c530 uint8_t bt_get_phy(uint8_t hci_phy) in bt_get_phy() function
1121 conn->le.phy.tx_phy = bt_get_phy(rp->tx_phy); in hci_le_read_phy()
1122 conn->le.phy.rx_phy = bt_get_phy(rp->rx_phy); in hci_le_read_phy()
1798 conn->le.phy.tx_phy = bt_get_phy(evt->tx_phy); in le_phy_update_complete()
1799 conn->le.phy.rx_phy = bt_get_phy(evt->rx_phy); in le_phy_update_complete()