Searched refs:le_tx_def_phys (Results 1 – 6 of 6) sorted by relevance
1104 conn->le_tx_def_phys = hdev->le_tx_def_phys; in __hci_conn_add()1105 conn->le_rx_def_phys = hdev->le_tx_def_phys; in __hci_conn_add()2358 conn->le_tx_def_phys = qos->bcast.out.phys; in hci_bind_bis()2367 conn->le_tx_def_phys ? conn->le_tx_def_phys : in hci_bind_bis()2368 hdev->le_tx_def_phys); in hci_bind_bis()2488 le->le_tx_def_phys ? le->le_tx_def_phys : in hci_connect_cis()2489 hdev->le_tx_def_phys); in hci_connect_cis()3061 if (conn->le_tx_def_phys & HCI_LE_SET_PHY_1M) in hci_conn_get_phy()3067 if (conn->le_tx_def_phys & HCI_LE_SET_PHY_2M) in hci_conn_get_phy()3073 if (conn->le_tx_def_phys & HCI_LE_SET_PHY_CODED) in hci_conn_get_phy()
1433 hdev->le_tx_def_phys = cp->tx_phys; in hci_cc_le_set_default_phy()2936 conn->le_tx_def_phys = cp->tx_phys; in hci_cs_le_set_phy()6715 conn->le_tx_def_phys &= ~HCI_LE_SET_PHY_2M; in hci_le_remote_feat_complete_evt()6720 conn->le_tx_def_phys &= ~HCI_LE_SET_PHY_CODED; in hci_le_remote_feat_complete_evt()7388 conn->le_tx_def_phys &= ~HCI_LE_SET_PHY_2M; in hci_le_read_all_remote_features_evt()7393 conn->le_tx_def_phys &= ~HCI_LE_SET_PHY_CODED; in hci_le_read_all_remote_features_evt()
777 if (hdev->le_tx_def_phys & HCI_LE_SET_PHY_1M) in get_selected_phys()783 if (hdev->le_tx_def_phys & HCI_LE_SET_PHY_2M) in get_selected_phys()789 if (hdev->le_tx_def_phys & HCI_LE_SET_PHY_CODED) in get_selected_phys()
2465 hdev->le_tx_def_phys = HCI_LE_SET_PHY_1M; in hci_alloc_dev_priv()
5108 hdev->le_tx_def_phys = HCI_LE_SET_PHY_1M; in hci_le_set_default_phy_sync()
492 __u8 le_tx_def_phys; member738 __u8 le_tx_def_phys; member2000 #define scan_1m(dev) (((dev)->le_tx_def_phys & HCI_LE_SET_PHY_1M) || \2005 #define scan_2m(dev) (((dev)->le_tx_def_phys & HCI_LE_SET_PHY_2M) || \2012 #define scan_coded(dev) (((dev)->le_tx_def_phys & HCI_LE_SET_PHY_CODED) || \