Searched refs:le_rx_def_phys (Results 1 – 6 of 6) sorted by relevance
1083 conn->le_rx_def_phys = hdev->le_tx_def_phys; in __hci_conn_add()2458 le->le_rx_def_phys ? le->le_rx_def_phys : in hci_connect_cis()2459 hdev->le_rx_def_phys); in hci_connect_cis()3031 if (conn->le_rx_def_phys & HCI_LE_SET_PHY_1M) in hci_conn_get_phy()3037 if (conn->le_rx_def_phys & HCI_LE_SET_PHY_2M) in hci_conn_get_phy()3043 if (conn->le_rx_def_phys & HCI_LE_SET_PHY_CODED) in hci_conn_get_phy()
1399 hdev->le_rx_def_phys = cp->rx_phys; in hci_cc_le_set_default_phy()2895 conn->le_rx_def_phys = cp->rx_phys; in hci_cs_le_set_phy()6666 conn->le_rx_def_phys &= ~HCI_LE_SET_PHY_2M; in hci_le_remote_feat_complete_evt()6671 conn->le_rx_def_phys &= ~HCI_LE_SET_PHY_CODED; in hci_le_remote_feat_complete_evt()7339 conn->le_rx_def_phys &= ~HCI_LE_SET_PHY_2M; in hci_le_read_all_remote_features_evt()7344 conn->le_rx_def_phys &= ~HCI_LE_SET_PHY_CODED; in hci_le_read_all_remote_features_evt()
783 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()
2503 hdev->le_rx_def_phys = HCI_LE_SET_PHY_1M; in hci_alloc_dev_priv()
4874 hdev->le_rx_def_phys = HCI_LE_SET_PHY_1M; in hci_le_set_default_phy_sync()
495 __u8 le_rx_def_phys; member734 __u8 le_rx_def_phys; member1979 ((dev)->le_rx_def_phys & HCI_LE_SET_PHY_1M))1984 ((dev)->le_rx_def_phys & HCI_LE_SET_PHY_2M))1991 ((dev)->le_rx_def_phys & HCI_LE_SET_PHY_CODED))