Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/blueberry/tests/topshim/security/
Dle_security_test.py20 from blueberry.tests.topshim.lib.topshim_device import TRANSPORT_CLASSIC, TRANSPORT_LE
34 oob_data = self.dut().generate_local_oob_data(TRANSPORT_CLASSIC)
Dclassic_security_test.py20 from blueberry.tests.topshim.lib.topshim_device import TRANSPORT_CLASSIC
32 state, conn_addr = self.dut().create_bond(address=address, transport=TRANSPORT_CLASSIC)
/packages/modules/Bluetooth/system/blueberry/tests/topshim/hfp/
Dhfp_test.py19 from blueberry.tests.topshim.lib.topshim_device import TRANSPORT_CLASSIC
33 self.dut().create_bond(address=self.__paired_device, transport=TRANSPORT_CLASSIC)
/packages/modules/Bluetooth/system/blueberry/tests/topshim/lib/
Dtopshim_device.py71 TRANSPORT_CLASSIC = 1 variable