Home
last modified time | relevance | path

Searched defs:acl_packet (Results 1 – 8 of 8) sorted by relevance

/aosp12/system/bt/stack/test/rfcomm/
H A Dstack_rfcomm_test_utils_test.cc63 std::vector<uint8_t> acl_packet = in TEST() local
87 std::vector<uint8_t> acl_packet = in TEST() local
118 std::vector<uint8_t> acl_packet = in TEST() local
143 std::vector<uint8_t> acl_packet = in TEST() local
174 std::vector<uint8_t> acl_packet = in TEST() local
206 std::vector<uint8_t> acl_packet = in TEST() local
235 std::vector<uint8_t> acl_packet = in TEST() local
/aosp12/system/bt/gd/hal/
H A Dhci_hal_host_test.cc364 HciPacket acl_packet = make_sample_hci_acl_pkt(acl_payload_size); in TEST_F() local
389 HciPacket acl_packet = make_sample_hci_acl_pkt(acl_payload_size); in TEST_F() local
405 HciPacket acl_packet = make_sample_hci_acl_pkt(acl_payload_size); in TEST_F() local
/aosp12/hardware/interfaces/bluetooth/1.0/vts/functional/
H A DVtsHalBluetoothV1_0TargetTest.cpp309 hidl_vec<uint8_t> acl_packet = acl_queue.front(); in handle_no_ops() local
488 hidl_vec<uint8_t> acl_packet; in sendAndCheckACL() local
/aosp12/hardware/interfaces/bluetooth/1.1/vts/functional/
H A DVtsHalBluetoothV1_1TargetTest.cpp321 hidl_vec<uint8_t> acl_packet = acl_queue.front(); in handle_no_ops() local
500 hidl_vec<uint8_t> acl_packet; in sendAndCheckACL() local
/aosp12/system/bt/test/rootcanal/
H A Dbluetooth_hci.cc125 hidl_vec<uint8_t> acl_packet(packet->begin(), packet->end()); in initialize_impl() local
/aosp12/system/bt/main/shim/
H A Dhci_layer.cc424 auto acl_packet = bluetooth::hci::AclBuilder::Create(handle, pb_flag, bc_flag, in transmit_fragment() local
/aosp12/system/bt/vendor_libs/test_vendor_lib/model/controller/
H A Dlink_layer_controller.cc143 bluetooth::hci::AclView acl_packet) { in SendAclToRemote()
409 auto acl_packet = bluetooth::hci::AclBuilder::Create( in IncomingAclPacket() local
H A Ddual_mode_controller.cc327 auto acl_packet = bluetooth::hci::AclView::Create(raw_packet); in HandleAcl() local