Home
last modified time | relevance | path

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

/hardware/interfaces/bluetooth/1.0/vts/functional/
DVtsHalBluetoothV1_0TargetTest.cpp719 std::vector<uint16_t> acl_connection_handles; in TEST_P() local
720 enterLoopbackMode(sco_connection_handles, acl_connection_handles); in TEST_P()
728 std::vector<uint16_t> acl_connection_handles; in TEST_P() local
729 enterLoopbackMode(sco_connection_handles, acl_connection_handles); in TEST_P()
747 if (acl_connection_handles.size() > 0) { in TEST_P()
749 sendAndCheckACL(1, max_acl_data_packet_length, acl_connection_handles[0]); in TEST_P()
752 wait_for_completed_packets_event(acl_connection_handles[0]); in TEST_P()
765 std::vector<uint16_t> acl_connection_handles; in TEST_P() local
766 enterLoopbackMode(sco_connection_handles, acl_connection_handles); in TEST_P()
785 if (acl_connection_handles.size() > 0) { in TEST_P()
[all …]
/hardware/interfaces/bluetooth/1.1/vts/functional/
DVtsHalBluetoothV1_1TargetTest.cpp742 std::vector<uint16_t> acl_connection_handles; in TEST_P() local
743 enterLoopbackMode(&sco_connection_handles, &acl_connection_handles); in TEST_P()
751 std::vector<uint16_t> acl_connection_handles; in TEST_P() local
752 enterLoopbackMode(&sco_connection_handles, &acl_connection_handles); in TEST_P()
770 if (acl_connection_handles.size() > 0) { in TEST_P()
772 sendAndCheckACL(1, max_acl_data_packet_length, acl_connection_handles[0]); in TEST_P()
775 wait_for_completed_packets_event(acl_connection_handles[0]); in TEST_P()
788 std::vector<uint16_t> acl_connection_handles; in TEST_P() local
789 enterLoopbackMode(&sco_connection_handles, &acl_connection_handles); in TEST_P()
808 if (acl_connection_handles.size() > 0) { in TEST_P()
[all …]
/hardware/interfaces/bluetooth/aidl/vts/
DVtsHalBluetoothTargetTest.cpp396 std::vector<uint16_t> acl_connection_handles; member in BluetoothAidlTest
692 acl_connection_handles.push_back(complete_view.GetConnectionHandle()); in enterLoopbackMode()
859 if (!acl_connection_handles.empty()) { in TEST_P()
862 acl_connection_handles[0]); in TEST_P()
865 wait_for_completed_packets_event(acl_connection_handles[0]); in TEST_P()
910 if (!acl_connection_handles.empty()) { in TEST_P()
913 acl_connection_handles[0]); in TEST_P()
916 wait_for_completed_packets_event(acl_connection_handles[0]); in TEST_P()