Home
last modified time | relevance | path

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

/linux/net/bluetooth/
H A Dmgmt.c3990 struct hci_cp_le_set_default_phy cp_phy; in set_default_phy_sync() local
3993 memset(&cp_phy, 0, sizeof(cp_phy)); in set_default_phy_sync()
3996 cp_phy.all_phys |= 0x01; in set_default_phy_sync()
3999 cp_phy.all_phys |= 0x02; in set_default_phy_sync()
4002 cp_phy.tx_phys |= HCI_LE_SET_PHY_1M; in set_default_phy_sync()
4005 cp_phy.tx_phys |= HCI_LE_SET_PHY_2M; in set_default_phy_sync()
4008 cp_phy.tx_phys |= HCI_LE_SET_PHY_CODED; in set_default_phy_sync()
4011 cp_phy.rx_phys |= HCI_LE_SET_PHY_1M; in set_default_phy_sync()
4014 cp_phy.rx_phys |= HCI_LE_SET_PHY_2M; in set_default_phy_sync()
4017 cp_phy.rx_phys |= HCI_LE_SET_PHY_CODED; in set_default_phy_sync()
[all …]