Home
last modified time | relevance | path

Searched refs:ACL (Results 1 – 16 of 16) sorted by relevance

/system/bt/vendor_libs/test_vendor_lib/include/
Dhci.h26 ACL = 2, enumerator
/system/bt/vendor_libs/test_vendor_lib/model/devices/
Dh4_protocol.cc59 case hci::PacketType::ACL: in OnPacketReady()
95 if (hci_packet_type_ != hci::PacketType::ACL && hci_packet_type_ != hci::PacketType::SCO && in OnDataReady()
Dh4_packetizer.cc50 if (type != hci::PacketType::ACL) return preamble[offset]; in HciGetPacketLengthForType()
80 case hci::PacketType::ACL: in OnPacketReady()
118 if (hci_packet_type_ != hci::PacketType::ACL && hci_packet_type_ != hci::PacketType::SCO && in OnDataReady()
Dhci_socket_device.cc98 …l([this](std::shared_ptr<std::vector<uint8_t>> packet) { SendHci(hci::PacketType::ACL, packet); }); in HciSocketDevice()
Dhci_packetizer.cc49 if (type != hci::PacketType::ACL) return preamble[offset]; in HciGetPacketLengthForType()
/system/bt/gd/hal/
Dsnoop_logger.h43 ACL = 2, enumerator
Dhci_hal_android_hidl.cc86 …ger_->capture(received_hci_packet, SnoopLogger::Direction::INCOMING, SnoopLogger::PacketType::ACL); in aclDataReceived()
129 … btsnoop_logger_->capture(packet, SnoopLogger::Direction::OUTGOING, SnoopLogger::PacketType::ACL); in sendAclData()
Dsnoop_logger.cc101 case PacketType::ACL: in capture()
Dhci_hal_host_rootcanal.cc130 … btsnoop_logger_->capture(packet, SnoopLogger::Direction::OUTGOING, SnoopLogger::PacketType::ACL); in sendAclData()
289 …ogger_->capture(receivedHciPacket, SnoopLogger::Direction::INCOMING, SnoopLogger::PacketType::ACL); in incoming_packet_received()
/system/bt/vendor_libs/test_vendor_lib/packets/
Dlink_layer_packets.pdl8 ACL = 0x01,
50 packet AclPacket : LinkLayerPacket (type = ACL) {
/system/bt/gd/hci/facade/
Dacl_manager_facade.cc352 …ConnectionCompleteBuilder::Create(ErrorCode::SUCCESS, handle, addr, LinkType::ACL, Enable::DISABLE… in OnConnectSuccess()
361 ConnectionCompleteBuilder::Create(reason, 0, address, LinkType::ACL, Enable::DISABLED); in OnConnectFail()
/system/bt/vendor_libs/test_vendor_lib/model/controller/
Dlink_layer_controller.cc194 case model::packets::PacketType::ACL: in IncomingPacket()
1097 bluetooth::hci::ConnectionRequestLinkType::ACL); in IncomingPagePacket()
1110 incoming.GetSourceAddress(), bluetooth::hci::LinkType::ACL, in IncomingPageRejectPacket()
1128 bluetooth::hci::LinkType::ACL, bluetooth::hci::Enable::DISABLED); in IncomingPageResponsePacket()
1525 ErrorCode::SUCCESS, handle, addr, bluetooth::hci::LinkType::ACL, in MakeSlaveConnection()
1553 bluetooth::hci::LinkType::ACL, bluetooth::hci::Enable::DISABLED); in RejectSlaveConnection()
Ddual_mode_controller.cc2110 bluetooth::hci::LinkType::ACL, bluetooth::hci::Enable::DISABLED); in WriteLoopbackMode()
/system/bt/gd/hci/
Dacl_manager_test.cc456 …ConnectionCompleteBuilder::Create(ErrorCode::SUCCESS, handle_, remote, LinkType::ACL, Enable::DISA… in SetUp()
518 ConnectionRequestBuilder::Create(remote, class_of_device, ConnectionRequestLinkType::ACL)); in TEST_F()
543 …ConnectionCompleteBuilder::Create(ErrorCode::SUCCESS, handle, remote, LinkType::ACL, Enable::DISAB… in TEST_F()
566 …ConnectionCompleteBuilder::Create(ErrorCode::PAGE_TIMEOUT, handle, remote, LinkType::ACL, Enable::… in TEST_F()
Dhci_layer_test.cc596 LinkType link_type = LinkType::ACL; in TEST_F()
Dhci_packets.pdl38 // HCI ACL Packets
3872 ACL = 0x01,
3886 ACL = 0x01,