Home
last modified time | relevance | path

Searched refs:HCI_LE_SET_PHY_CODED (Results 1 – 5 of 5) sorted by relevance

/linux/include/net/bluetooth/
H A Dhci_core.h1916 #define scan_coded(dev) (((dev)->le_tx_def_phys & HCI_LE_SET_PHY_CODED) || \
1917 ((dev)->le_rx_def_phys & HCI_LE_SET_PHY_CODED))
H A Dhci.h1840 #define HCI_LE_SET_PHY_CODED 0x04 macro
/linux/net/bluetooth/
H A Dhci_conn.c3004 if (conn->le_tx_phy & HCI_LE_SET_PHY_CODED) in hci_conn_get_phy()
3007 if (conn->le_rx_phy & HCI_LE_SET_PHY_CODED) in hci_conn_get_phy()
H A Dmgmt.c792 if (hdev->le_tx_def_phys & HCI_LE_SET_PHY_CODED) in get_selected_phys()
795 if (hdev->le_rx_def_phys & HCI_LE_SET_PHY_CODED) in get_selected_phys()
4083 cp_phy.tx_phys |= HCI_LE_SET_PHY_CODED; in set_default_phy_sync()
4092 cp_phy.rx_phys |= HCI_LE_SET_PHY_CODED; in set_default_phy_sync()
H A Dhci_sync.c4720 cp.tx_phys |= HCI_LE_SET_PHY_CODED; in hci_le_set_default_phy_sync()
4721 cp.rx_phys |= HCI_LE_SET_PHY_CODED; in hci_le_set_default_phy_sync()