Home | History | Annotate | Download | only in car_bt

Lines Matching refs:hf

53                 self.hf, self.ag,
63 Tests if we can have a 3-way calling between re, RE2 and AG/HF.
70 2. Wait for dialing on re and ringing on HF/AG.
71 3. Accept the call on HF
73 5. Wait for dialing on re and ringing on HF/AG.
74 6. Accept the call on HF.
75 7. See that HF/AG have one active and one held call.
76 8. Merge the call on HF.
77 9. Verify that we have a conference call on HF/AG.
78 10. Hangup the call on HF.
96 ret &= car_telecom_utils.wait_for_ringing(self.log, self.hf)
106 self.log, self.hf, [tel_defines.CALL_STATE_RINGING])
108 self.hf.log.error("Call State in ringing failed {}".format(call_1))
111 # Accept the call on HF
112 if not car_telecom_utils.accept_call(self.log, self.hf, call_1[0]):
113 self.hf.log.error("Accepting call failed {}".format(
114 self.hf.serial))
124 ret &= car_telecom_utils.wait_for_ringing(self.log, self.hf)
127 self.log.error("AG and HF not in ringing state.")
135 self.log, self.hf, [tel_defines.CALL_STATE_RINGING])
137 self.hf.log.info("Call State in ringing failed {}".format(call_2))
140 # Accept the call on HF
141 if not car_telecom_utils.accept_call(self.log, self.hf, call_2[0]):
142 self.hf.log.info("Accepting call failed {}".format(
147 self.hf.droid.telecomCallJoinCallsInConf(call_1[0], call_2[0])
151 self.log, self.hf, [call_1[0], call_2[0]])
153 self.hf.log.error("Did not get the conference setup correctly")
157 if not car_telecom_utils.hangup_conf(self.log, self.hf, conf_call_id):
158 self.hf.log.error("Could not hangup conference call {}!".format(