BLE baseband interface file. More...
#include "wsf_types.h"
Go to the source code of this file.
Data Structures | |
struct | BbBleAdvPktStats_t |
Advertising packet statistics. More... | |
struct | BbBleAuxAdvPktStats_t |
Auxiliary advertising packet statistics. More... | |
struct | BbBleScanPktStats_t |
Scan packet statistics. More... | |
struct | BbBleAuxScanPktStats_t |
Scan packet statistics. More... | |
struct | BbBlePerScanPktStats_t |
Periodic scan packet statistics. More... | |
struct | BbBleDataPktStats_t |
Data packet statistics. More... | |
struct | BbBlePduFiltStats_t |
PDU filtering statistics. More... | |
Functions | |
void | BbBleInit (void) |
Initialize the BLE BB. More... | |
void | BbBleScanMasterInit (void) |
Initialize for scanning master operations. More... | |
void | BbBleAuxScanMasterInit (void) |
Initialize for auxiliary scanning master operations. More... | |
void | BbBlePerScanMasterInit (void) |
Initialize for periodic scanning master operations. More... | |
void | BbBleConnMasterInit (void) |
Initialize for connectable master operations. More... | |
void | BbBleAdvSlaveInit (void) |
Initialize for advertising slave operations. More... | |
void | BbBleAuxAdvSlaveInit (void) |
Initialize for auxiliary advertising slave operations. More... | |
void | BbBleConnSlaveInit (void) |
Initialize for connectable slave operations. More... | |
void | BbBleTestInit (void) |
Initialize for test operations. More... | |
uint16_t | BbBleInitWhiteList (uint8_t numEntries, uint8_t *pFreeMem, uint32_t freeMemSize) |
Initialize white list. More... | |
uint16_t | BbBleInitResolvingList (uint8_t numEntries, uint8_t *pFreeMem, uint32_t freeMemSize) |
Initialize resolving list. More... | |
uint16_t | BbBleInitPeriodicList (uint8_t numEntries, uint8_t *pFreeMem, uint32_t freeMemSize) |
Initialize periodic list. More... | |
void | BbBleGetAdvStats (BbBleAdvPktStats_t *pStats) |
Get advertising packet statistics. More... | |
void | BbBleGetScanStats (BbBleScanPktStats_t *pStats) |
Get scan packet statistics. More... | |
void | BbBleGetAuxAdvStats (BbBleAuxAdvPktStats_t *pStats) |
Get auxiliary advertising packet statistics. More... | |
void | BbBleGetAuxScanStats (BbBleAuxScanPktStats_t *pStats) |
Get auxiliary scan packet statistics. More... | |
void | BbBleGetPerScanStats (BbBlePerScanPktStats_t *pStats) |
Get periodic scan packet statistics. More... | |
void | BbBleGetConnStats (BbBleDataPktStats_t *pStats) |
Get connection packet statistics. More... | |
void | BbBleGetTestStats (BbBleDataPktStats_t *pStats) |
Get test mode packet statistics. More... | |
void | BbBleGetPduFiltStats (BbBlePduFiltStats_t *pStats) |
Get PDU filter statistics. More... | |
void | BbBleCisMasterInit (void) |
Initialize for connected isochronous stream master operations. More... | |
void | BbBleCisSlaveInit (void) |
Initialize for connected isochronous stream slave operations. More... | |
void | BbBleBisMasterInit (void) |
Initialize for Broadcast isochronous stream master operations. More... | |
void | BbBleBisSlaveInit (void) |
Initialize for Broadcast isochronous stream slave operations. More... | |
void | BbBleGetCisStats (BbBleDataPktStats_t *pStats) |
Get CIS packet statistics. More... | |
BLE baseband 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 bb_ble_api.h.