Searched refs:ToVector (Results 1 – 6 of 6) sorted by relevance
/system/bt/vendor_libs/test_vendor_lib/model/controller/ |
D | link_layer_controller.cc | 114 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 …]
|
D | dual_mode_controller.cc | 102 ->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/ |
D | event_builder_test.cc | 76 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()
|
D | acl_builder_test.cc | 66 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/ |
D | hci_packet_builder.h | 32 std::shared_ptr<std::vector<uint8_t>> ToVector();
|
D | hci_packet_builder.cc | 24 std::shared_ptr<std::vector<uint8_t>> HciPacketBuilder::ToVector() { in ToVector() function in test_vendor_lib::packets::HciPacketBuilder
|