Home
last modified time | relevance | path

Searched refs:HCI_LE_SET_PHY_CODED (Results 1 - 9 of 9) sorted by relevance

/kernel/linux/linux-5.10/include/net/bluetooth/
H A Dhci_core.h1381 #define scan_coded(dev) (((dev)->le_tx_def_phys & HCI_LE_SET_PHY_CODED) || \
1382 ((dev)->le_rx_def_phys & HCI_LE_SET_PHY_CODED))
H A Dhci.h1680 #define HCI_LE_SET_PHY_CODED 0x04 macro
/kernel/linux/linux-5.10/net/bluetooth/
H A Dhci_conn.c1893 if (conn->le_tx_phy & HCI_LE_SET_PHY_CODED) in hci_conn_get_phy()
1896 if (conn->le_rx_phy & HCI_LE_SET_PHY_CODED) in hci_conn_get_phy()
H A Dmgmt.c756 if (hdev->le_tx_def_phys & HCI_LE_SET_PHY_CODED) in get_selected_phys()
759 if (hdev->le_rx_def_phys & HCI_LE_SET_PHY_CODED) in get_selected_phys()
3591 cp_phy.tx_phys |= HCI_LE_SET_PHY_CODED; in set_phy_configuration()
3600 cp_phy.rx_phys |= HCI_LE_SET_PHY_CODED; in set_phy_configuration()
/kernel/linux/linux-6.6/include/net/bluetooth/
H A Dhci_core.h1856 #define scan_coded(dev) (((dev)->le_tx_def_phys & HCI_LE_SET_PHY_CODED) || \
1857 ((dev)->le_rx_def_phys & HCI_LE_SET_PHY_CODED))
H A Dhci.h1895 #define HCI_LE_SET_PHY_CODED 0x04 macro
/kernel/linux/linux-6.6/net/bluetooth/
H A Dhci_conn.c2889 if (conn->le_tx_phy & HCI_LE_SET_PHY_CODED) in hci_conn_get_phy()
2892 if (conn->le_rx_phy & HCI_LE_SET_PHY_CODED) in hci_conn_get_phy()
H A Dhci_sync.c4561 cp.tx_phys |= HCI_LE_SET_PHY_CODED; in hci_le_set_default_phy_sync()
4562 cp.rx_phys |= HCI_LE_SET_PHY_CODED; in hci_le_set_default_phy_sync()
H A 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()
3979 cp_phy.tx_phys |= HCI_LE_SET_PHY_CODED; in set_default_phy_sync()
3988 cp_phy.rx_phys |= HCI_LE_SET_PHY_CODED; in set_default_phy_sync()

Completed in 53 milliseconds