Searched refs:cp_phy (Results 1 – 1 of 1) sorted by relevance
3458 struct hci_cp_le_set_default_phy cp_phy; in set_phy_configuration() local3571 memset(&cp_phy, 0, sizeof(cp_phy)); in set_phy_configuration()3574 cp_phy.all_phys |= 0x01; in set_phy_configuration()3577 cp_phy.all_phys |= 0x02; in set_phy_configuration()3580 cp_phy.tx_phys |= HCI_LE_SET_PHY_1M; in set_phy_configuration()3583 cp_phy.tx_phys |= HCI_LE_SET_PHY_2M; in set_phy_configuration()3586 cp_phy.tx_phys |= HCI_LE_SET_PHY_CODED; in set_phy_configuration()3589 cp_phy.rx_phys |= HCI_LE_SET_PHY_1M; in set_phy_configuration()3592 cp_phy.rx_phys |= HCI_LE_SET_PHY_2M; in set_phy_configuration()3595 cp_phy.rx_phys |= HCI_LE_SET_PHY_CODED; in set_phy_configuration()[all …]