Home
last modified time | relevance | path

Searched refs:ToVector (Results 1 – 6 of 6) sorted by relevance

/system/bt/vendor_libs/test_vendor_lib/model/controller/
Dlink_layer_controller.cc114 send_event_(EventPacketBuilder::CreateNumberOfCompletedPacketsEvent(handle, 1)->ToVector()); in SendAclToRemote()
206 send_acl_(local_acl->ToVector()); in IncomingAclPacket()
300 …send_event_(EventPacketBuilder::CreateEncryptionChange(hci::Status::SUCCESS, handle, 1)->ToVector(… in IncomingEncryptConnection()
313 …send_event_(EventPacketBuilder::CreateEncryptionChange(hci::Status::SUCCESS, handle, 1)->ToVector(… in IncomingEncryptConnectionResponse()
358 send_event_(inquiry_result->ToVector()); in IncomingInquiryResponsePacket()
366 ->ToVector()); in IncomingInquiryResponsePacket()
380 ->ToVector()); in IncomingInquiryResponsePacket()
412 ->ToVector()); in IncomingIoCapabilityRequestPacket()
429 ->ToVector()); in IncomingIoCapabilityResponsePacket()
467 send_event_(le_adverts->ToVector()); in IncomingLeAdvertisementPacket()
[all …]
Ddual_mode_controller.cc102 ->ToVector()); in SendCommandCompleteSuccess()
106 …(packets::EventPacketBuilder::CreateCommandCompleteUnknownOpCodeEvent(command_opcode)->ToVector()); in SendCommandCompleteUnknownOpCodeEvent()
110 …ets::EventPacketBuilder::CreateCommandCompleteOnlyStatusEvent(command_opcode, status)->ToVector()); in SendCommandCompleteOnlyStatus()
116 ->ToVector()); in SendCommandCompleteStatusAndAddress()
120 …_event_(packets::EventPacketBuilder::CreateCommandStatusEvent(status, command_opcode)->ToVector()); in SendCommandStatus()
228 …(packets::EventPacketBuilder::CreateSniffSubratingEvent(hci::Status::SUCCESS, handle)->ToVector()); in HciSniffSubrating()
251 …nd_event_(packets::EventPacketBuilder::CreateNumberOfCompletedPacketsEvent(handle, 1)->ToVector()); in HandleAcl()
263 …nd_event_(packets::EventPacketBuilder::CreateNumberOfCompletedPacketsEvent(handle, 1)->ToVector()); in HandleSco()
278 …kets::EventPacketBuilder::CreateLoopbackCommandEvent(op, command_packet.GetPayload())->ToVector()); in HandleCommand()
319 send_event_(command_complete->ToVector()); in HciReadBufferSize()
[all …]
/system/bt/vendor_libs/test_vendor_lib/packets/hci/test/
Devent_builder_test.cc76 ASSERT_EQ(expected, *le_adv->ToVector()); in TEST()
111 std::shared_ptr<std::vector<uint8_t>> raw_adv = le_adv->ToVector(); in TEST()
131 std::shared_ptr<std::vector<uint8_t>> raw_event = event->ToVector(); in TEST()
156 std::shared_ptr<std::vector<uint8_t>> raw_event = event->ToVector(); in TEST()
Dacl_builder_test.cc66 std::shared_ptr<std::vector<uint8_t>> count_packet_bytes = count_packet->ToVector(); in TEST()
95 std::shared_ptr<std::vector<uint8_t>> packet_bytes = packet->ToVector(); in TEST()
/system/bt/vendor_libs/test_vendor_lib/packets/hci/
Dhci_packet_builder.h32 std::shared_ptr<std::vector<uint8_t>> ToVector();
Dhci_packet_builder.cc24 std::shared_ptr<std::vector<uint8_t>> HciPacketBuilder::ToVector() { in ToVector() function in test_vendor_lib::packets::HciPacketBuilder