Home
last modified time | relevance | path

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

/system/bt/gd/l2cap/le/internal/
Dsignalling_manager.h43 struct PendingCommand { struct
44 SignalId signal_id_ = kInvalidSignalId;
45 LeCommandCode command_code_;
46 Psm psm_;
47 Cid source_cid_;
48 Cid destination_cid_;
49 Mtu mtu_;
50 uint16_t mps_;
51 uint16_t credits_;
/system/bt/gd/l2cap/classic/internal/
Dsignalling_manager.h43 struct PendingCommand { struct
44 SignalId signal_id_ = kInvalidSignalId;
45 CommandCode command_code_;
46 Psm psm_;
47 Cid source_cid_;
48 Cid destination_cid_;
49 InformationRequestInfoType info_type_;
50 std::vector<std::unique_ptr<ConfigurationOption>> config_;