Link layer controller extended advertising channel packet interface file. More...
Go to the source code of this file.
Data Structures | |
struct | lctrExtAdvHdr_t |
Extended advertising channel PDU header. More... | |
struct | lctrAuxPtr_t |
Auxiliary Pointer. More... | |
struct | lctrSyncInfo_t |
Sync info. More... | |
Macros | |
#define | LCTR_AUX_PTR_LEN 3 |
#define | LCTR_TX_POWER_LEN 1 |
Typedefs | |
typedef uint8_t(* | lctrPackAcad_t) (lctrAdvSet_t *, uint8_t *) |
Pack ACAD call signature. More... | |
Enumerations |
Link layer controller extended advertising channel packet interface file.
Copyright (c) 2013-2018 Arm Ltd. All Rights Reserved.
Copyright (c) 2019 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_adv_ae.h.
#define LCTR_AUX_PTR_LEN 3 |
Size of AuxPtr field.
Definition at line 60 of file lctr_pdu_adv_ae.h.
#define LCTR_TX_POWER_LEN 1 |
Size of TxPower field.
Definition at line 61 of file lctr_pdu_adv_ae.h.
typedef uint8_t(* lctrPackAcad_t) (lctrAdvSet_t *, uint8_t *) |
Pack ACAD call signature.
Definition at line 109 of file lctr_pdu_adv_ae.h.
anonymous enum |
Advertising mode.
Enumerator | |
---|---|
LCTR_ADV_MODE_CONN_BIT |
Connectable bit. |
LCTR_ADV_MODE_SCAN_BIT |
Scannable bit. |
Definition at line 40 of file lctr_pdu_adv_ae.h.
anonymous enum |
Clock accuracy.
Enumerator | |
---|---|
LCTR_CLK_ACC_51_500_PPM |
Clock accuracy is between 51 and 500 PPM. |
LCTR_CLK_ACC_0_50_PPM |
Clock accuracy is between 0 and 51 PPM. |
Definition at line 47 of file lctr_pdu_adv_ae.h.
anonymous enum |
Channel offset units.
Enumerator | |
---|---|
LCTR_OFFS_UNITS_30_USEC |
Unit is 30 microseconds. |
LCTR_OFFS_UNITS_300_USEC |
Unit is 300 microseconds. |
Definition at line 54 of file lctr_pdu_adv_ae.h.