Searched refs:le_rx_def_phys (Results 1 – 6 of 6) sorted by relevance
1105 conn->le_rx_def_phys = hdev->le_tx_def_phys; in __hci_conn_add()2491 le->le_rx_def_phys ? le->le_rx_def_phys : in hci_connect_cis()2492 hdev->le_rx_def_phys); in hci_connect_cis()3064 if (conn->le_rx_def_phys & HCI_LE_SET_PHY_1M) in hci_conn_get_phy()3070 if (conn->le_rx_def_phys & HCI_LE_SET_PHY_2M) in hci_conn_get_phy()3076 if (conn->le_rx_def_phys & HCI_LE_SET_PHY_CODED) in hci_conn_get_phy()
1434 hdev->le_rx_def_phys = cp->rx_phys; in hci_cc_le_set_default_phy()2937 conn->le_rx_def_phys = cp->rx_phys; in hci_cs_le_set_phy()6716 conn->le_rx_def_phys &= ~HCI_LE_SET_PHY_2M; in hci_le_remote_feat_complete_evt()6721 conn->le_rx_def_phys &= ~HCI_LE_SET_PHY_CODED; in hci_le_remote_feat_complete_evt()7389 conn->le_rx_def_phys &= ~HCI_LE_SET_PHY_2M; in hci_le_read_all_remote_features_evt()7394 conn->le_rx_def_phys &= ~HCI_LE_SET_PHY_CODED; in hci_le_read_all_remote_features_evt()
780 if (hdev->le_rx_def_phys & HCI_LE_SET_PHY_1M) in get_selected_phys()786 if (hdev->le_rx_def_phys & HCI_LE_SET_PHY_2M) in get_selected_phys()792 if (hdev->le_rx_def_phys & HCI_LE_SET_PHY_CODED) in get_selected_phys()
2466 hdev->le_rx_def_phys = HCI_LE_SET_PHY_1M; in hci_alloc_dev_priv()
5109 hdev->le_rx_def_phys = HCI_LE_SET_PHY_1M; in hci_le_set_default_phy_sync()
493 __u8 le_rx_def_phys; member739 __u8 le_rx_def_phys; member2001 ((dev)->le_rx_def_phys & HCI_LE_SET_PHY_1M))2006 ((dev)->le_rx_def_phys & HCI_LE_SET_PHY_2M))2013 ((dev)->le_rx_def_phys & HCI_LE_SET_PHY_CODED))