Mistake on this page?
Report an issue in GitHub or email us
Data Structures | Macros | Enumerations
lctr_pdu_iso.h File Reference

Link layer controller data channel packet interface file. More...

#include "wsf_types.h"
#include "wsf_queue.h"
#include "bb_ble_api.h"
#include "ll_defs.h"
#include "ll_api.h"

Go to the source code of this file.

Data Structures

struct  lctrIsoHdr_t
 ISO header. More...
 
struct  lctrSduDesc_t
 ISO SDU descriptor. More...
 
struct  lctrCisDataPduHdr_t
 ISO CIS PDU header. More...
 
struct  lctrBisDataPduHdr_t
 ISO BIS PDU header. More...
 
struct  lctrIsoSegHdr_t
 ISOAL Segmentation Header. More...
 

Macros

#define LCTR_GET_ISO_DATA_HDR_LEN(pIsoHdr)    (HCI_ISO_HDR_LEN + (((pIsoHdr)->tsFlag) ? HCI_ISO_DL_MAX_LEN : HCI_ISO_DL_MIN_LEN))
 Get length of ISO Header. More...
 

Enumerations

Detailed Description

Link layer controller data channel packet interface file.

Copyright (c) 2013-2018 Arm Ltd. All Rights Reserved.

Copyright (c) 2019-2020 Packetcraft, Inc.

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

Definition in file lctr_pdu_iso.h.

Macro Definition Documentation

#define LCTR_GET_ISO_DATA_HDR_LEN (   pIsoHdr)    (HCI_ISO_HDR_LEN + (((pIsoHdr)->tsFlag) ? HCI_ISO_DL_MAX_LEN : HCI_ISO_DL_MIN_LEN))

Get length of ISO Header.

Definition at line 44 of file lctr_pdu_iso.h.

Enumeration Type Documentation

Packet boundary flags.

Enumerator
LCTR_PB_FIRST 

Data is the first fragment of a fragmented SDU.

LCTR_PB_CONT 

Data is a continuation fragment of a fragmented SDU.

LCTR_PB_COMP 

Data is a complete SDU.

LCTR_PB_LAST 

Data is the last fragment of a fragmented SDU.

Definition at line 51 of file lctr_pdu_iso.h.

Packet status flags.

Enumerator
LCTR_PS_VALID 

Data is received correctly.

LCTR_PS_INVALID 

Data with possible errors.

LCTR_PS_LOST 

Data with lost data.

Definition at line 60 of file lctr_pdu_iso.h.

Important Information for this Arm website

This site uses cookies to store information on your computer. By continuing to use our site, you consent to our cookies. If you are not happy with the use of these cookies, please review our Cookie Policy to learn how they can be disabled. By disabling cookies, some features of the site will not work.