Home
last modified time | relevance | path

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

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