Home
last modified time | relevance | path

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

/linux-6.1.9/include/net/bluetooth/
Dhci_core.h1671 #define scan_coded(dev) (((dev)->le_tx_def_phys & HCI_LE_SET_PHY_CODED) || \
1672 ((dev)->le_rx_def_phys & HCI_LE_SET_PHY_CODED))
Dhci.h1857 #define HCI_LE_SET_PHY_CODED 0x04 macro
/linux-6.1.9/net/bluetooth/
Dhci_conn.c2768 if (conn->le_tx_phy & HCI_LE_SET_PHY_CODED) in hci_conn_get_phy()
2771 if (conn->le_rx_phy & HCI_LE_SET_PHY_CODED) in hci_conn_get_phy()
Dmgmt.c804 if (hdev->le_tx_def_phys & HCI_LE_SET_PHY_CODED) in get_selected_phys()
807 if (hdev->le_rx_def_phys & HCI_LE_SET_PHY_CODED) in get_selected_phys()
4032 cp_phy.tx_phys |= HCI_LE_SET_PHY_CODED; in set_default_phy_sync()
4041 cp_phy.rx_phys |= HCI_LE_SET_PHY_CODED; in set_default_phy_sync()