Home
last modified time | relevance | path

Searched defs:PendingCommand (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/public/pw_bluetooth_sapphire/internal/host/l2cap/
H A Dsignaling_channel.h247 struct PendingCommand { struct
248 PendingCommand(const ByteBuffer& request_packet, in PendingCommand() function
277 void RetransmitPendingCommand(PendingCommand& pending_command); argument
/aosp_15_r20/system/nfc/src/rust/nci/
H A Dnci.rs74 struct PendingCommand { struct
81 pending: PendingCommand, argument
/aosp_15_r20/external/python/bumble/bumble/
Davrcp.py1078 class PendingCommand: class in Protocol
1180 def recycle_pending_command(self, pending_command: PendingCommand) -> None:
/aosp_15_r20/external/crosvm/devices/src/virtio/video/encoder/
H A Dmod.rs76 enum PendingCommand { enum