Home
last modified time | relevance | path

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

/external/pigweed/pw_bluetooth_sapphire/host/l2cap/public/pw_bluetooth_sapphire/internal/host/l2cap/
Dchannel_configuration.h208 explicit FrameCheckSequenceOption(FcsType fcs_type) : fcs_type_(fcs_type) {} in FrameCheckSequenceOption()
214 FcsType fcs_type() const { return fcs_type_; } in fcs_type() function
Dl2cap_defs.h435 FcsType fcs_type; member