The P2P_SET control interface command for manual configuration of P2P2
pairing setup and caching has been removed. Remove setting of these
parameters from test cases.
Signed-off-by: Shivani Baranwal <shivani.baranwal@oss.qualcomm.com>
def set_p2p2_configs(dev):
dev.global_request("P2P_SET pasn_type 3")
dev.global_request("P2P_SET supported_bootstrapmethods 6")
- dev.global_request("P2P_SET pairing_setup 1")
- dev.global_request("P2P_SET pairing_cache 1")
def test_p2p_usd_publish_invalid_param(dev):
"""P2P USD Publish with invalid parameters"""