Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/blueberry/tests/topshim/hfp/
Dhfp_test.py45 state, _ = self.dut().wait_for_hfp_connection_state_change()
47 state, conn_addr = self.dut().wait_for_hfp_connection_state_change()
55 self.dut().wait_for_hfp_connection_state_change()
59 self.dut().wait_for_hfp_connection_state_change() # To connected
60 self.dut().wait_for_hfp_connection_state_change() # To SLC connected
65 state, _ = self.dut().wait_for_hfp_connection_state_change()
/packages/modules/Bluetooth/system/blueberry/tests/topshim/lib/
Dtopshim_device.py252 def wait_for_hfp_connection_state_change(self): member in TopshimDevice
253 f = self.__post(self.__hfp.wait_for_hfp_connection_state_change())
Dhfp_client.py86 async def wait_for_hfp_connection_state_change(self): member in HfpClient