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 |
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.
#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.
enum lctrPktBoundary_t |
Packet boundary flags.
Definition at line 51 of file lctr_pdu_iso.h.
enum lctrPktStatus_t |
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.