Searched refs:ACL (Results 1 – 16 of 16) sorted by relevance
/system/bt/vendor_libs/test_vendor_lib/include/ |
D | hci.h | 26 ACL = 2, enumerator
|
/system/bt/vendor_libs/test_vendor_lib/model/devices/ |
D | h4_protocol.cc | 59 case hci::PacketType::ACL: in OnPacketReady() 95 if (hci_packet_type_ != hci::PacketType::ACL && hci_packet_type_ != hci::PacketType::SCO && in OnDataReady()
|
D | h4_packetizer.cc | 50 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()
|
D | hci_socket_device.cc | 98 …l([this](std::shared_ptr<std::vector<uint8_t>> packet) { SendHci(hci::PacketType::ACL, packet); }); in HciSocketDevice()
|
D | hci_packetizer.cc | 49 if (type != hci::PacketType::ACL) return preamble[offset]; in HciGetPacketLengthForType()
|
/system/bt/gd/hal/ |
D | snoop_logger.h | 43 ACL = 2, enumerator
|
D | hci_hal_android_hidl.cc | 86 …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()
|
D | snoop_logger.cc | 101 case PacketType::ACL: in capture()
|
D | hci_hal_host_rootcanal.cc | 130 … 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/ |
D | link_layer_packets.pdl | 8 ACL = 0x01, 50 packet AclPacket : LinkLayerPacket (type = ACL) {
|
/system/bt/gd/hci/facade/ |
D | acl_manager_facade.cc | 352 …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/ |
D | link_layer_controller.cc | 194 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()
|
D | dual_mode_controller.cc | 2110 bluetooth::hci::LinkType::ACL, bluetooth::hci::Enable::DISABLED); in WriteLoopbackMode()
|
/system/bt/gd/hci/ |
D | acl_manager_test.cc | 456 …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()
|
D | hci_layer_test.cc | 596 LinkType link_type = LinkType::ACL; in TEST_F()
|
D | hci_packets.pdl | 38 // HCI ACL Packets 3872 ACL = 0x01, 3886 ACL = 0x01,
|