Internal link layer controller connected isochronous interface file. More...
#include "lctr_int_adv_slave_ae.h"
#include "lctr_int_adv_master_ae.h"
#include "lctr_int.h"
#include "lctr_int_iso.h"
#include "lctr_pdu_iso.h"
#include "bb_ble_api.h"
#include "pal_codec.h"
Go to the source code of this file.
Data Structures | |
struct | lctrBisCtx_t |
Broadcast Isochronous Stream (BIS) context. More... | |
struct | lctrBigCtx_tag |
Broadcast Isochronous Group (BIG) context. More... | |
struct | lctrSeCtx_t |
ISR subevent context. More... | |
Macros | |
#define | LCTR_BIG_CTRL_ENC_ID(pBigCtx) (LL_MAX_CONN + LL_MAX_CIG + LL_MAX_BIG + (pBigCtx - &pLctrBigTbl[0])) |
Get encryption ID from BIG context. More... | |
#define | LCTR_ISO_SDU_START_OFFSET (HCI_ISO_HDR_LEN + HCI_ISO_DL_MAX_LEN - LL_ISO_DATA_HDR_LEN) |
ISO Data PDU start offset in a buffer. More... | |
Typedefs | |
typedef struct lctrBigCtx_tag | lctrBigCtx_t |
Broadcast Isochronous Group (BIG) context. More... | |
Internal link layer controller connected isochronous interface file.
Copyright (c) 2013-2019 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_int_bis.h.
#define LCTR_BIG_CTRL_ENC_ID | ( | pBigCtx | ) | (LL_MAX_CONN + LL_MAX_CIG + LL_MAX_BIG + (pBigCtx - &pLctrBigTbl[0])) |
Get encryption ID from BIG context.
Definition at line 45 of file lctr_int_bis.h.
#define LCTR_ISO_SDU_START_OFFSET (HCI_ISO_HDR_LEN + HCI_ISO_DL_MAX_LEN - LL_ISO_DATA_HDR_LEN) |
ISO Data PDU start offset in a buffer.
Definition at line 48 of file lctr_int_bis.h.
typedef struct lctrBigCtx_tag lctrBigCtx_t |
Broadcast Isochronous Group (BIG) context.