Home | History | Annotate | Download | only in car_bt

Lines Matching refs:pce

45         self.pce = self.android_devices[0]
68 if not bt_test_utils.pair_pri_to_sec(self.pce, self.pse):
72 if not bt_test_utils.pair_pri_to_sec(self.pce, self.pse2):
78 car_bt_utils.set_car_profile_priorities_off(self.pce, self.pse)
79 car_bt_utils.set_car_profile_priorities_off(self.pce, self.pse2)
81 # Enable PBAP on PSE & PCE.
84 self.pce.droid.bluetoothGetLocalAddress(),
89 self.pce.droid.bluetoothGetLocalAddress(),
94 self.pce, self.pse, [BtEnum.BluetoothProfile.PBAP_CLIENT],
97 self.pce, self.pse2, [BtEnum.BluetoothProfile.PBAP_CLIENT],
114 self.pce.droid.bluetoothPbapClientDisconnect(
127 self.pce, self.contacts_destination_path, PCE_CONTACTS_FILE)
134 self.pce, self.pse,
136 bt_contacts_utils.wait_for_phone_number_update_complete(self.pce,
139 self.pce.droid.bluetoothPbapClientDisconnect(
142 self.pce, 0)
156 1. Disable permission on PSE to prevent PCE from connecting
157 2. Attempt to connect PCE to PSE
159 4. Enable permission on PSE to allow PCE to connect
160 5. Attempt to connect PCE to PSE
168 self.pce.droid.bluetoothGetLocalAddress(),
172 self.pce, self.pse,
177 self.pce.droid.bluetoothPbapClientDisconnect(
181 self.pce.droid.bluetoothGetLocalAddress(),
186 self.pce, self.pse,
204 1. Erase contacts from PSE and PCE.
206 3. Connect PCE to PSE to perform transfer.
209 6. Verify PCE cleaned up contact list.
220 self.pce, self.pse,
223 self.pce, phone_numbers_added)
226 return bt_contacts_utils.erase_contacts(self.pce)
240 2. Connect PCE to PSE to perform transfer.
243 5. Reconnect PCE to PSE to perform transfer.
276 2. Connect PCE to PSE to perform transfer.
349 2. Connect PCE to PSE to allow call log transfer
377 self.pce.droid.bluetoothPbapClientDisconnect(
379 self.pce.droid.bluetoothPbapClientDisconnect(
383 self.pce, self.pse,
388 bt_contacts_utils.wait_for_call_log_update_complete(self.pce,
392 self.pse, self.pce, bt_contacts_utils.INCOMMING_CALL_TYPE):
395 self.pse, self.pce, bt_contacts_utils.OUTGOING_CALL_TYPE):
398 self.pse, self.pce, bt_contacts_utils.MISSED_CALL_TYPE):
416 2. Connect PCE to PSE 1 to perform transfer.
418 4. Connect PCE to PSE 2 to perform transfer.
419 5. Verify that the PCE has a union set of contacts from
421 6. Disconnect PCE from PSE 1 to clean up contacts.
422 7. Verify that only PSE 2 contacts remain on PCE and they match.
423 8. Disconnect PCE from PSE 2 to clean up contacts.
443 self.pce.droid.bluetoothPbapClientDisconnect(
445 self.pce.droid.bluetoothPbapClientDisconnect(
449 self.pce, self.pse,
451 bt_contacts_utils.wait_for_phone_number_update_complete(self.pce, 100)
453 self.pce, self.contacts_destination_path, PCE_CONTACTS_FILE)
459 self.pce, self.pse2,
461 bt_contacts_utils.wait_for_phone_number_update_complete(self.pce, 200)
463 self.pce, self.contacts_destination_path, PCE_CONTACTS_FILE)
476 self.pce.droid.bluetoothPbapClientDisconnect(
478 bt_contacts_utils.wait_for_phone_number_update_complete(self.pce, 100)
482 self.pce, self.contacts_destination_path, PCE_CONTACTS_FILE)