Home
last modified time | relevance | path

Searched refs:bt_rfcomm_uuids (Results 1 – 4 of 4) sorted by relevance

/tools/test/connectivity/acts/tests/google/bt/
DRfcommTest.py27 from acts.test_utils.bt.bt_constants import bt_rfcomm_uuids
213 bt_rfcomm_uuids['default_uuid'], short_socket_timeout)
254 bt_rfcomm_uuids['base_uuid'])
279 return self._test_rfcomm_connection_with_uuid(bt_rfcomm_uuids['sdp'])
304 return self._test_rfcomm_connection_with_uuid(bt_rfcomm_uuids['udp'])
330 bt_rfcomm_uuids['rfcomm'])
355 return self._test_rfcomm_connection_with_uuid(bt_rfcomm_uuids['tcp'])
381 bt_rfcomm_uuids['tcs_bin'])
407 bt_rfcomm_uuids['tcs_at'])
432 return self._test_rfcomm_connection_with_uuid(bt_rfcomm_uuids['att'])
[all …]
/tools/test/connectivity/acts/framework/acts/test_utils/bt/
Drfcomm_lib.py20 from acts.test_utils.bt.bt_constants import bt_rfcomm_uuids
77 bt_rfcomm_uuids['base_uuid'])
Dbt_constants.py139 bt_rfcomm_uuids = { variable
Dbt_test_utils.py43 from acts.test_utils.bt.bt_constants import bt_rfcomm_uuids
1162 (bt_rfcomm_uuids['default_uuid'] if uuid is None else uuid))