Home
last modified time | relevance | path

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

/hardware/interfaces/bluetooth/1.0/vts/functional/
DVtsHalBluetoothV1_0TargetTest.cpp653 std::vector<uint16_t> acl_connection_handles; in TEST_P() local
654 enterLoopbackMode(sco_connection_handles, acl_connection_handles); in TEST_P()
662 std::vector<uint16_t> acl_connection_handles; in TEST_P() local
663 enterLoopbackMode(sco_connection_handles, acl_connection_handles); in TEST_P()
681 if (acl_connection_handles.size() > 0) { in TEST_P()
683 sendAndCheckACL(1, max_acl_data_packet_length, acl_connection_handles[0]); in TEST_P()
686 wait_for_completed_packets_event(acl_connection_handles[0]); in TEST_P()
699 std::vector<uint16_t> acl_connection_handles; in TEST_P() local
700 enterLoopbackMode(sco_connection_handles, acl_connection_handles); in TEST_P()
719 if (acl_connection_handles.size() > 0) { in TEST_P()
[all …]
/hardware/interfaces/bluetooth/1.1/vts/functional/
DVtsHalBluetoothV1_1TargetTest.cpp676 std::vector<uint16_t> acl_connection_handles; in TEST_P() local
677 enterLoopbackMode(&sco_connection_handles, &acl_connection_handles); in TEST_P()
685 std::vector<uint16_t> acl_connection_handles; in TEST_P() local
686 enterLoopbackMode(&sco_connection_handles, &acl_connection_handles); in TEST_P()
704 if (acl_connection_handles.size() > 0) { in TEST_P()
706 sendAndCheckACL(1, max_acl_data_packet_length, acl_connection_handles[0]); in TEST_P()
709 wait_for_completed_packets_event(acl_connection_handles[0]); in TEST_P()
722 std::vector<uint16_t> acl_connection_handles; in TEST_P() local
723 enterLoopbackMode(&sco_connection_handles, &acl_connection_handles); in TEST_P()
742 if (acl_connection_handles.size() > 0) { in TEST_P()
[all …]