Home
last modified time | relevance | path

Searched refs:unconfigure_phys (Results 1 – 1 of 1) sorted by relevance

/OK3568_Linux_fs/kernel/net/bluetooth/
H A Dmgmt.c3461 u32 selected_phys, configurable_phys, supported_phys, unconfigure_phys; in set_phy_configuration() local
3477 unconfigure_phys = supported_phys & ~configurable_phys; in set_phy_configuration()
3479 if ((selected_phys & unconfigure_phys) != unconfigure_phys) in set_phy_configuration()