Lines Matching refs:packet
5 packet BasicFrame {
11 packet BasicFrameWithFcs {
25 packet GroupFrame : BasicFrame (channel_id = 0x02) {
54 packet StandardFrame : BasicFrame {
59 packet StandardFrameWithFcs : BasicFrameWithFcs {
80 packet StandardSupervisoryFrame : StandardFrame (frame_type = S_FRAME) {
84 packet StandardSupervisoryFrameWithFcs : StandardFrameWithFcs (frame_type = S_FRAME) {
88 packet StandardInformationFrame : StandardFrame (frame_type = I_FRAME) {
93 packet StandardInformationFrameWithFcs : StandardFrameWithFcs (frame_type = I_FRAME) {
98 packet StandardInformationStartFrame : StandardInformationFrame (sar = START) {
103 packet StandardInformationStartFrameWithFcs : StandardInformationFrameWithFcs (sar = START) {
135 packet EnhancedSupervisoryFrame : StandardFrame (frame_type = S_FRAME) {
139 packet EnhancedSupervisoryFrameWithFcs : StandardFrameWithFcs (frame_type = S_FRAME) {
143 packet EnhancedInformationFrame : StandardFrame (frame_type = I_FRAME) {
148 packet EnhancedInformationFrameWithFcs : StandardFrameWithFcs (frame_type = I_FRAME) {
153 packet EnhancedInformationStartFrame : EnhancedInformationFrame (sar = START) {
158 packet EnhancedInformationStartFrameWithFcs : EnhancedInformationFrameWithFcs (sar = START) {
179 packet ExtendedSupervisoryFrame : StandardFrame (frame_type = S_FRAME) {
183 packet ExtendedSupervisoryFrameWithFcs : StandardFrameWithFcs (frame_type = S_FRAME) {
187 packet ExtendedInformationFrame : StandardFrame (frame_type = I_FRAME) {
192 packet ExtendedInformationFrameWithFcs : StandardFrameWithFcs (frame_type = I_FRAME) {
197 packet ExtendedInformationStartFrame : ExtendedInformationFrame (sar = START) {
202 packet ExtendedInformationStartFrameWithFcs : ExtendedInformationFrameWithFcs (sar = START) {
207 packet FirstLeInformationFrame : BasicFrame {
232 packet ControlFrame : BasicFrame (channel_id = 0x0001) {
236 packet Control {
249 packet CommandReject : Control (code = COMMAND_REJECT) {
254 packet CommandRejectNotUnderstood : CommandReject (reason = COMMAND_NOT_UNDERSTOOD) {
257 packet CommandRejectMtuExceeded : CommandReject (reason = SIGNALING_MTU_EXCEEDED) {
261 packet CommandRejectInvalidCid : CommandReject (reason = INVALID_CID_IN_REQUEST) {
266 packet ConnectionRequest : Control (code = CONNECTION_REQUEST) {
287 packet ConnectionResponse : Control (code = CONNECTION_RESPONSE) {
381 packet ConfigurationRequest : Control (code = CONFIGURATION_REQUEST) {
397 packet ConfigurationResponse : Control (code = CONFIGURATION_RESPONSE) {
405 packet DisconnectionRequest : Control (code = DISCONNECTION_REQUEST) {
410 packet DisconnectionResponse : Control (code = DISCONNECTION_RESPONSE) {
415 packet EchoRequest : Control (code = ECHO_REQUEST) {
419 packet EchoResponse : Control (code = ECHO_RESPONSE) {
429 packet InformationRequest : Control (code = INFORMATION_REQUEST) {
438 packet InformationResponse : Control (code = INFORMATION_RESPONSE) {
444 packet InformationResponseConnectionlessMtu : InformationResponse (info_type = CONNECTIONLESS_MTU) {
448 packet InformationResponseExtendedFeatures : InformationResponse (info_type = EXTENDED_FEATURES_SUP…
463 packet InformationResponseFixedChannels : InformationResponse (info_type = FIXED_CHANNELS_SUPPORTED…
467 packet CreateChannelRequest : Control (code = CREATE_CHANNEL_REQUEST) {
490 packet CreateChannelResponse : Control (code = CREATE_CHANNEL_RESPONSE) {
498 packet MoveChannelRequest : Control (code = MOVE_CHANNEL_REQUEST) {
513 packet MoveChannelResponse : Control (code = MOVE_CHANNEL_RESPONSE) {
523 packet MoveChannelConfirmationRequest : Control (code = MOVE_CHANNEL_CONFIRMATION_REQUEST) {
528 packet MoveChannelConfirmationResponse : Control (code = MOVE_CHANNEL_CONFIRMATION_RESPONSE) {
543 packet LeControlFrame : BasicFrame (channel_id = 0x0005) {
547 packet LeControl {
555 packet LeCommandReject : LeControl (code = COMMAND_REJECT) {
560 packet LeCommandRejectNotUnderstood : LeCommandReject (reason = COMMAND_NOT_UNDERSTOOD) {
563 packet LeCommandRejectMtuExceeded : LeCommandReject (reason = SIGNALING_MTU_EXCEEDED) {
567 packet LeCommandRejectInvalidCid : LeCommandReject (reason = INVALID_CID_IN_REQUEST) {
572 packet LeDisconnectionRequest : LeControl (code = DISCONNECTION_REQUEST) {
577 packet LeDisconnectionResponse : LeControl (code = DISCONNECTION_RESPONSE) {
582 packet ConnectionParameterUpdateRequest : LeControl (code = CONNECTION_PARAMETER_UPDATE_REQUEST) {
594 packet ConnectionParameterUpdateResponse : LeControl (code = CONNECTION_PARAMETER_UPDATE_RESPONSE) {
598 packet LeCreditBasedConnectionRequest : LeControl (code = LE_CREDIT_BASED_CONNECTION_REQUEST) {
619 packet LeCreditBasedConnectionResponse : LeControl (code = LE_CREDIT_BASED_CONNECTION_RESPONSE) {
627 packet LeFlowControlCredit : LeControl (code = LE_FLOW_CONTROL_CREDIT) {