Home
last modified time | relevance | path

Searched defs:Packet (Results 1 – 13 of 13) sorted by relevance

/packages/modules/Bluetooth/floss/hcidoc/src/groups/
Dconnections.rs148 fn process_classic_connection(&mut self, address: Address, packet: &Packet) { in process_classic_connection()
165 fn process_sync_connection(&mut self, address: Address, packet: &Packet) { in process_sync_connection()
179 packet: &Packet, in process_le_create_connection()
191 fn process_add_accept_list(&mut self, address: Address, _packet: &Packet) { in process_add_accept_list()
195 fn process_remove_accept_list(&mut self, address: Address, _packet: &Packet) { in process_remove_accept_list()
199 fn process_clear_accept_list(&mut self, _packet: &Packet) { in process_clear_accept_list()
218 packet: &Packet, in process_remote_feat_cmd()
228 packet: &Packet, in process_disconnect_cmd()
237 fn process_command_status(&mut self, status: ErrorCode, opcode: OpCode, packet: &Packet) { in process_command_status()
260 fn process_command_status_conn(&mut self, status: ErrorCode, opcode: OpCode, packet: &Packet) { in process_command_status_conn()
[all …]
Dcontrollers.rs61 pub fn report_hardware_error(&mut self, packet: &Packet) { in report_hardware_error()
71 fn process_local_name(&mut self, local_name: &[u8; 248], packet: &Packet) { in process_local_name()
91 fn process_local_version(&mut self, version_info: &LocalVersionInformation, packet: &Packet) { in process_local_version()
101 fn process_new_index(&mut self, new_index: &NewIndex, packet: &Packet) { in process_new_index()
115 fn process(&mut self, packet: &Packet) { in process()
Dcollisions.rs100 fn process(&mut self, packet: &Packet) { in process()
Dinformational.rs838 fn process(&mut self, packet: &Packet) { in process()
/packages/modules/Bluetooth/tools/rootcanal/model/controller/
Dsco_connection.cc55 struct Packet { in GetLinkParameters() struct
56 unsigned length; in GetLinkParameters()
57 unsigned slots; in GetLinkParameters()
59 Packet(unsigned length, unsigned slots) : length(length), slots(slots) {} in GetLinkParameters() argument
/packages/modules/Bluetooth/system/packet/base/
Dpacket.h38 Packet() in Packet() function
42 Packet(std::shared_ptr<const Packet> pkt, size_t start, size_t end) in Packet() function
44 Packet(std::shared_ptr<const Packet> pkt) : data_(pkt->data_) { in Packet() function
Dpacket_builder.h23 class Packet; variable
Diterator.h25 class Packet; variable
/packages/modules/Bluetooth/floss/hcidoc/src/
Dengine.rs27 fn process(&mut self, packet: &Packet); in process()
56 pub fn process(&mut self, packet: &Packet) { in process()
91 pub fn process(&mut self, packet: Packet) { in process()
Dparser.rs433 pub struct Packet { struct
440 /// Packet number in current stream. argument
444 pub inner: PacketChild, argument
447 impl<'a> TryFrom<(usize, &'a dyn GeneralSnoopPacket)> for Packet { argument
/packages/modules/Nfc/libnfc-nci/src/rust/hal/
Drootcanal_hal.rs120 P: Packet, in write_nci()
/packages/modules/Nfc/libnfc-nci/tools/casimir/scripts/
Drf_packets.py11 class Packet: class
/packages/modules/Bluetooth/android/pandora/test/a2dp/packets/
Davdtp.py12 class Packet: class