Lines Matching defs:cp_phy
3961 struct hci_cp_le_set_default_phy cp_phy;
3964 memset(&cp_phy, 0, sizeof(cp_phy));
3967 cp_phy.all_phys |= 0x01;
3970 cp_phy.all_phys |= 0x02;
3973 cp_phy.tx_phys |= HCI_LE_SET_PHY_1M;
3976 cp_phy.tx_phys |= HCI_LE_SET_PHY_2M;
3979 cp_phy.tx_phys |= HCI_LE_SET_PHY_CODED;
3982 cp_phy.rx_phys |= HCI_LE_SET_PHY_1M;
3985 cp_phy.rx_phys |= HCI_LE_SET_PHY_2M;
3988 cp_phy.rx_phys |= HCI_LE_SET_PHY_CODED;
3991 sizeof(cp_phy), &cp_phy, HCI_CMD_TIMEOUT);