Lines Matching refs:cp_phy
3463 struct hci_cp_le_set_default_phy cp_phy;
3576 memset(&cp_phy, 0, sizeof(cp_phy));
3579 cp_phy.all_phys |= 0x01;
3582 cp_phy.all_phys |= 0x02;
3585 cp_phy.tx_phys |= HCI_LE_SET_PHY_1M;
3588 cp_phy.tx_phys |= HCI_LE_SET_PHY_2M;
3591 cp_phy.tx_phys |= HCI_LE_SET_PHY_CODED;
3594 cp_phy.rx_phys |= HCI_LE_SET_PHY_1M;
3597 cp_phy.rx_phys |= HCI_LE_SET_PHY_2M;
3600 cp_phy.rx_phys |= HCI_LE_SET_PHY_CODED;
3602 hci_req_add(&req, HCI_OP_LE_SET_DEFAULT_PHY, sizeof(cp_phy), &cp_phy);