Home
last modified time | relevance | path

Searched refs:le_rx_def_phys (Results 1 – 6 of 6) sorted by relevance

/linux-6.15/include/net/bluetooth/
H A Dhci_core.h484 __u8 le_rx_def_phys; member
1925 ((dev)->le_rx_def_phys & HCI_LE_SET_PHY_1M))
1930 ((dev)->le_rx_def_phys & HCI_LE_SET_PHY_2M))
1937 ((dev)->le_rx_def_phys & HCI_LE_SET_PHY_CODED))
/linux-6.15/net/bluetooth/
H A Dhci_conn.c2259 le->le_rx_phy ? le->le_rx_phy : hdev->le_rx_def_phys); in hci_connect_cis()
H A Dmgmt.c783 if (hdev->le_rx_def_phys & HCI_LE_SET_PHY_1M) in get_selected_phys()
789 if (hdev->le_rx_def_phys & HCI_LE_SET_PHY_2M) in get_selected_phys()
795 if (hdev->le_rx_def_phys & HCI_LE_SET_PHY_CODED) in get_selected_phys()
H A Dhci_core.c2469 hdev->le_rx_def_phys = HCI_LE_SET_PHY_1M; in hci_alloc_dev_priv()
H A Dhci_sync.c4731 hdev->le_rx_def_phys = HCI_LE_SET_PHY_1M; in hci_le_set_default_phy_sync()
H A Dhci_event.c1395 hdev->le_rx_def_phys = cp->rx_phys; in hci_cc_le_set_default_phy()