Lines Matching refs:cp_phy
3388 struct hci_cp_le_set_default_phy cp_phy; in set_phy_configuration() local
3501 memset(&cp_phy, 0, sizeof(cp_phy)); in set_phy_configuration()
3504 cp_phy.all_phys |= 0x01; in set_phy_configuration()
3507 cp_phy.all_phys |= 0x02; in set_phy_configuration()
3510 cp_phy.tx_phys |= HCI_LE_SET_PHY_1M; in set_phy_configuration()
3513 cp_phy.tx_phys |= HCI_LE_SET_PHY_2M; in set_phy_configuration()
3516 cp_phy.tx_phys |= HCI_LE_SET_PHY_CODED; in set_phy_configuration()
3519 cp_phy.rx_phys |= HCI_LE_SET_PHY_1M; in set_phy_configuration()
3522 cp_phy.rx_phys |= HCI_LE_SET_PHY_2M; in set_phy_configuration()
3525 cp_phy.rx_phys |= HCI_LE_SET_PHY_CODED; in set_phy_configuration()
3527 hci_req_add(&req, HCI_OP_LE_SET_DEFAULT_PHY, sizeof(cp_phy), &cp_phy); in set_phy_configuration()