Home | History | Annotate | Download | only in car_bt

Lines Matching refs:ag

41         bt_test_utils.set_profile_priority(self.hf, self.ag, [
46 self.hf, self.ag, [BtEnum.BluetoothProfile.HEADSET_CLIENT.value],
50 self.hf, self.ag,
107 2. Wait for the HF, AG to be dialing and RE to see the call ringing.
123 Tests if we can make a phone call from AG role and disconnect from AG
130 1. Make a call from AG role.
131 2. Wait for the HF, AG to be in dialing and RE to see the call ringing.
132 3. Hangup the call on AG role.
141 return self.dial_a_hangup_b(self.ag, self.ag)
147 Tests if we can make a phone call from AG role and disconnect from HF
154 1. Make a call from AG role.
155 2. Wait for the HF, AG to show dialing and RE to see the call ringing.
165 return self.dial_a_hangup_b(self.ag, self.hf)
171 Tests if we can make a phone call from HF role and disconnect from AG
179 2. Wait for the HF, AG to show dialing and RE to see the call ringing.
180 3. Hangup the call on AG role.
189 return self.dial_a_hangup_b(self.hf, self.ag)
203 2. Wait for the HF, AG to show ringing and RE to see the call dialing.
217 a, b and c can be either of AG, HF or Remote.
230 if caller == self.ag or caller == self.hf:
232 if callee != self.ag and callee != self.hf:
233 self.log.info("outgoing call should terminate at AG or HF")
253 ret &= tel_telecom_utils.wait_for_dialing(self.log, self.ag)
257 ret &= tel_telecom_utils.wait_for_ringing(self.log, self.ag)