Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/net/bluetooth/
H A Dmgmt.c3463 struct hci_cp_le_set_default_phy cp_phy; in set_phy_configuration() local
3576 memset(&cp_phy, 0, sizeof(cp_phy)); in set_phy_configuration()
3579 cp_phy.all_phys |= 0x01; in set_phy_configuration()
3582 cp_phy.all_phys |= 0x02; in set_phy_configuration()
3585 cp_phy.tx_phys |= HCI_LE_SET_PHY_1M; in set_phy_configuration()
3588 cp_phy.tx_phys |= HCI_LE_SET_PHY_2M; in set_phy_configuration()
3591 cp_phy.tx_phys |= HCI_LE_SET_PHY_CODED; in set_phy_configuration()
3594 cp_phy.rx_phys |= HCI_LE_SET_PHY_1M; in set_phy_configuration()
3597 cp_phy in set_phy_configuration()
[all...]
/kernel/linux/linux-6.6/net/bluetooth/
H A Dmgmt.c3961 struct hci_cp_le_set_default_phy cp_phy; in set_default_phy_sync() local
3964 memset(&cp_phy, 0, sizeof(cp_phy)); in set_default_phy_sync()
3967 cp_phy.all_phys |= 0x01; in set_default_phy_sync()
3970 cp_phy.all_phys |= 0x02; in set_default_phy_sync()
3973 cp_phy.tx_phys |= HCI_LE_SET_PHY_1M; in set_default_phy_sync()
3976 cp_phy.tx_phys |= HCI_LE_SET_PHY_2M; in set_default_phy_sync()
3979 cp_phy.tx_phys |= HCI_LE_SET_PHY_CODED; in set_default_phy_sync()
3982 cp_phy.rx_phys |= HCI_LE_SET_PHY_1M; in set_default_phy_sync()
3985 cp_phy in set_default_phy_sync()
[all...]

Completed in 14 milliseconds