/system/bt/gd/cert/ |
D | captures.py | 17 import bluetooth_packets_python3 as bt_packets namespace 35 … hci_packets.EventView(bt_packets.PacketViewLittleEndian(list(packet.payload)))))) 41 hci_packets.EventView(bt_packets.PacketViewLittleEndian(list(packet.payload))))) 47 hci_packets.EventView(bt_packets.PacketViewLittleEndian(list(packet.payload))))) 53 hci_packets.EventView(bt_packets.PacketViewLittleEndian(list(packet.payload))))) 61 … hci_packets.EventView(bt_packets.PacketViewLittleEndian(list(packet.payload))))))
|
D | matchers.py | 18 import bluetooth_packets_python3 as bt_packets namespace 99 event = hci_packets.EventView(bt_packets.PacketViewLittleEndian(list(packet_bytes))) 147 …return lambda event: logging.info("Received event: %x" % hci_packets.EventView(bt_packets.PacketVi… 407 return l2cap_packets.BasicFrameView(bt_packets.PacketViewLittleEndian(list(packet.payload))) 413 …return l2cap_packets.BasicFrameWithFcsView(bt_packets.PacketViewLittleEndian(list(packet.payload)))
|
/system/bt/gd/rust/link/src/acl/ |
D | fragment.rs | 4 use bt_packets::hci::PacketBoundaryFlag::{ 7 use bt_packets::hci::{AclBuilder, AclChild, AclPacket, BroadcastFlag}; 97 std::boxed::Box<dyn futures::Stream<Item = bt_packets::hci::AclPacket> + std::marker::Send>, in fragmenting_stream()
|
D | core.rs | 7 use bt_packets::hci::EventChild::{DisconnectionComplete, NumberOfCompletedPackets}; 8 use bt_packets::hci::{AclPacket, EventCode, EventPacket};
|
/system/bt/gd/hci/cert/ |
D | le_acl_manager_test.py | 28 import bluetooth_packets_python3 as bt_packets namespace 141 … hci_packets.EventView(bt_packets.PacketViewLittleEndian(list(packet_bytes))))) 148 … hci_packets.EventView(bt_packets.PacketViewLittleEndian(list(packet_bytes))))) 259 … hci_packets.EventView(bt_packets.PacketViewLittleEndian(list(packet_bytes))))) 265 … hci_packets.EventView(bt_packets.PacketViewLittleEndian(list(packet_bytes)))))
|
/system/bt/gd/iso/cert/ |
D | cert_le_iso.py | 22 import bluetooth_packets_python3 as bt_packets namespace
|
/system/bt/gd/rust/packets/ |
D | Cargo.toml | 17 name = "bt_packets"
|
/system/bt/gd/rust/facade/helpers/ |
D | Cargo.toml | 24 bt_packets = { path = "../../packets" }
|
D | lib.rs | 4 use bt_packets::hci::Packet;
|
/system/bt/gd/rust/hal/ |
D | Cargo.toml | 26 bt_packets = { path = "../packets" }
|
/system/bt/gd/rust/facade/ |
D | Cargo.toml | 24 bt_packets = { path = "../packets" }
|
/system/bt/gd/rust/hci/ |
D | Cargo.toml | 28 bt_packets = { path = "../packets" }
|
/system/bt/gd/rust/link/ |
D | Cargo.toml | 28 bt_packets = { path = "../packets" }
|
/system/bt/gd/rust/hci/src/ |
D | controller_facade.rs | 9 use bt_packets::hci::{ReadLocalNameBuilder, WriteLocalNameBuilder};
|
D | lib.rs | 17 use bt_packets::hci::EventChild::{ 21 use bt_packets::hci::{
|
/system/bt/gd/rust/topshim/ |
D | Cargo.toml | 28 bt_packets = { path = "../packets" }
|
/system/bt/gd/l2cap/le/cert/ |
D | dual_l2cap_test.py | 26 import bluetooth_packets_python3 as bt_packets namespace 33 SAMPLE_PACKET = bt_packets.RawBuilder([0x19, 0x26, 0x08, 0x17])
|
D | cert_le_l2cap.py | 21 import bluetooth_packets_python3 as bt_packets namespace 194 … l2cap_view = l2cap_packets.BasicFrameView(bt_packets.PacketViewLittleEndian(list(packet_bytes)))
|
/system/bt/gd/rust/hal/src/ |
D | lib.rs | 45 use bt_packets::hci::{AclPacket, CommandPacket, EventPacket, IsoPacket};
|
D | facade.rs | 9 use bt_packets::hci::{AclPacket, CommandPacket, EventPacket, IsoPacket};
|
D | hidl_hal.rs | 3 use bt_packets::hci::{AclPacket, CommandPacket, EventPacket, IsoPacket, Packet};
|
/system/bt/gd/rust/shim/ |
D | Cargo.toml | 28 bt_packets = { path = "../packets" }
|
/system/bt/gd/rust/shim/src/ |
D | controller.rs | 4 use bt_packets::hci::OpCode;
|
D | hci.rs | 6 use bt_packets::hci::{AclPacket, CommandPacket, Packet};
|
/system/bt/gd/rust/link/src/acl/classic/ |
D | mod.rs | 6 use bt_packets::hci::EventChild::{ 9 use bt_packets::hci::{
|