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.cpp652 std::vector<uint16_t> sco_connection_handles; in TEST_P() local
654 enterLoopbackMode(sco_connection_handles, acl_connection_handles); in TEST_P()
661 std::vector<uint16_t> sco_connection_handles; in TEST_P() local
663 enterLoopbackMode(sco_connection_handles, acl_connection_handles); in TEST_P()
669 if (0 && sco_connection_handles.size() > 0) { in TEST_P()
671 sendAndCheckSCO(1, max_sco_data_packet_length, sco_connection_handles[0]); in TEST_P()
674 wait_for_completed_packets_event(sco_connection_handles[0]); in TEST_P()
698 std::vector<uint16_t> sco_connection_handles; in TEST_P() local
700 enterLoopbackMode(sco_connection_handles, acl_connection_handles); in TEST_P()
706 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 …]