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
214 bt_rfcomm_uuids['default_uuid'], short_socket_timeout)
255 bt_rfcomm_uuids['base_uuid'])
280 return self._test_rfcomm_connection_with_uuid(bt_rfcomm_uuids['sdp'])
305 return self._test_rfcomm_connection_with_uuid(bt_rfcomm_uuids['udp'])
331 bt_rfcomm_uuids['rfcomm'])
356 return self._test_rfcomm_connection_with_uuid(bt_rfcomm_uuids['tcp'])
382 bt_rfcomm_uuids['tcs_bin'])
408 bt_rfcomm_uuids['tcs_at'])
433 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.py138 bt_rfcomm_uuids = { variable
Dbt_test_utils.py42 from acts.test_utils.bt.bt_constants import bt_rfcomm_uuids
1007 (bt_rfcomm_uuids['default_uuid'] if uuid is None else uuid))