Home
last modified time | relevance | path

Searched refs:bt_packets (Results 1 – 25 of 33) sorted by relevance

12

/system/bt/gd/cert/
Dcaptures.py17 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))))))
Dmatchers.py18 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/
Dfragment.rs4 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()
Dcore.rs7 use bt_packets::hci::EventChild::{DisconnectionComplete, NumberOfCompletedPackets};
8 use bt_packets::hci::{AclPacket, EventCode, EventPacket};
/system/bt/gd/hci/cert/
Dle_acl_manager_test.py28 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/
Dcert_le_iso.py22 import bluetooth_packets_python3 as bt_packets namespace
/system/bt/gd/rust/packets/
DCargo.toml17 name = "bt_packets"
/system/bt/gd/rust/facade/helpers/
DCargo.toml24 bt_packets = { path = "../../packets" }
Dlib.rs4 use bt_packets::hci::Packet;
/system/bt/gd/rust/hal/
DCargo.toml26 bt_packets = { path = "../packets" }
/system/bt/gd/rust/facade/
DCargo.toml24 bt_packets = { path = "../packets" }
/system/bt/gd/rust/hci/
DCargo.toml28 bt_packets = { path = "../packets" }
/system/bt/gd/rust/link/
DCargo.toml28 bt_packets = { path = "../packets" }
/system/bt/gd/rust/hci/src/
Dcontroller_facade.rs9 use bt_packets::hci::{ReadLocalNameBuilder, WriteLocalNameBuilder};
Dlib.rs17 use bt_packets::hci::EventChild::{
21 use bt_packets::hci::{
/system/bt/gd/rust/topshim/
DCargo.toml28 bt_packets = { path = "../packets" }
/system/bt/gd/l2cap/le/cert/
Ddual_l2cap_test.py26 import bluetooth_packets_python3 as bt_packets namespace
33 SAMPLE_PACKET = bt_packets.RawBuilder([0x19, 0x26, 0x08, 0x17])
Dcert_le_l2cap.py21 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/
Dlib.rs45 use bt_packets::hci::{AclPacket, CommandPacket, EventPacket, IsoPacket};
Dfacade.rs9 use bt_packets::hci::{AclPacket, CommandPacket, EventPacket, IsoPacket};
Dhidl_hal.rs3 use bt_packets::hci::{AclPacket, CommandPacket, EventPacket, IsoPacket, Packet};
/system/bt/gd/rust/shim/
DCargo.toml28 bt_packets = { path = "../packets" }
/system/bt/gd/rust/shim/src/
Dcontroller.rs4 use bt_packets::hci::OpCode;
Dhci.rs6 use bt_packets::hci::{AclPacket, CommandPacket, Packet};
/system/bt/gd/rust/link/src/acl/classic/
Dmod.rs6 use bt_packets::hci::EventChild::{
9 use bt_packets::hci::{

12