Home
last modified time | relevance | path

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

/hardware/interfaces/bluetooth/1.0/vts/functional/
DVtsHalBluetoothV1_0TargetTest.cpp718 std::vector<uint16_t> sco_connection_handles; in TEST_P() local
720 enterLoopbackMode(sco_connection_handles, acl_connection_handles); in TEST_P()
727 std::vector<uint16_t> sco_connection_handles; in TEST_P() local
729 enterLoopbackMode(sco_connection_handles, acl_connection_handles); in TEST_P()
735 if (0 && sco_connection_handles.size() > 0) { in TEST_P()
737 sendAndCheckSCO(1, max_sco_data_packet_length, sco_connection_handles[0]); in TEST_P()
740 wait_for_completed_packets_event(sco_connection_handles[0]); in TEST_P()
764 std::vector<uint16_t> sco_connection_handles; in TEST_P() local
766 enterLoopbackMode(sco_connection_handles, acl_connection_handles); in TEST_P()
772 if (0 && sco_connection_handles.size() > 0) { in TEST_P()
[all …]
/hardware/interfaces/bluetooth/1.1/vts/functional/
DVtsHalBluetoothV1_1TargetTest.cpp741 std::vector<uint16_t> sco_connection_handles; in TEST_P() local
743 enterLoopbackMode(&sco_connection_handles, &acl_connection_handles); in TEST_P()
750 std::vector<uint16_t> sco_connection_handles; in TEST_P() local
752 enterLoopbackMode(&sco_connection_handles, &acl_connection_handles); in TEST_P()
758 if (0 && sco_connection_handles.size() > 0) { in TEST_P()
760 sendAndCheckSCO(1, max_sco_data_packet_length, sco_connection_handles[0]); in TEST_P()
763 wait_for_completed_packets_event(sco_connection_handles[0]); in TEST_P()
787 std::vector<uint16_t> sco_connection_handles; in TEST_P() local
789 enterLoopbackMode(&sco_connection_handles, &acl_connection_handles); in TEST_P()
795 if (0 && sco_connection_handles.size() > 0) { in TEST_P()
[all …]
/hardware/interfaces/bluetooth/aidl/vts/
DVtsHalBluetoothTargetTest.cpp395 std::vector<uint16_t> sco_connection_handles; member in BluetoothAidlTest
695 sco_connection_handles.push_back(complete_view.GetConnectionHandle()); in enterLoopbackMode()
840 if (!sco_connection_handles.empty()) { in TEST_P()
842 sendAndCheckSco(1, max_sco_data_packet_length, sco_connection_handles[0]); in TEST_P()
845 wait_for_completed_packets_event(sco_connection_handles[0]); in TEST_P()
890 if (!sco_connection_handles.empty()) { in TEST_P()
893 sco_connection_handles[0]); in TEST_P()
896 wait_for_completed_packets_event(sco_connection_handles[0]); in TEST_P()