Home
last modified time | relevance | path

Searched refs:sco_connection_handles (Results 1 – 2 of 2) sorted by relevance

/hardware/interfaces/bluetooth/1.0/vts/functional/
DVtsHalBluetoothV1_0TargetTest.cpp663 std::vector<uint16_t> sco_connection_handles; in TEST_P() local
665 enterLoopbackMode(sco_connection_handles, acl_connection_handles); in TEST_P()
672 std::vector<uint16_t> sco_connection_handles; in TEST_P() local
674 enterLoopbackMode(sco_connection_handles, acl_connection_handles); in TEST_P()
680 if (0 && sco_connection_handles.size() > 0) { in TEST_P()
682 sendAndCheckSCO(1, max_sco_data_packet_length, sco_connection_handles[0]); in TEST_P()
685 wait_for_completed_packets_event(sco_connection_handles[0]); in TEST_P()
709 std::vector<uint16_t> sco_connection_handles; in TEST_P() local
711 enterLoopbackMode(sco_connection_handles, acl_connection_handles); in TEST_P()
717 if (0 && sco_connection_handles.size() > 0) { in TEST_P()
[all …]
/hardware/interfaces/bluetooth/1.1/vts/functional/
DVtsHalBluetoothV1_1TargetTest.cpp675 std::vector<uint16_t> sco_connection_handles; in TEST_P() local
677 enterLoopbackMode(&sco_connection_handles, &acl_connection_handles); in TEST_P()
684 std::vector<uint16_t> sco_connection_handles; in TEST_P() local
686 enterLoopbackMode(&sco_connection_handles, &acl_connection_handles); in TEST_P()
692 if (0 && sco_connection_handles.size() > 0) { in TEST_P()
694 sendAndCheckSCO(1, max_sco_data_packet_length, sco_connection_handles[0]); in TEST_P()
697 wait_for_completed_packets_event(sco_connection_handles[0]); in TEST_P()
721 std::vector<uint16_t> sco_connection_handles; in TEST_P() local
723 enterLoopbackMode(&sco_connection_handles, &acl_connection_handles); in TEST_P()
729 if (0 && sco_connection_handles.size() > 0) { in TEST_P()
[all …]