Imported more library files

Not compiling currently
This commit is contained in:
2025-04-12 23:37:19 +01:00
parent 264a3462e0
commit 9d06f983af
2518 changed files with 1021900 additions and 52 deletions

View File

@@ -0,0 +1,33 @@
/***************************************************************************//**
* @file sli_bt_l2cap_config.h
* @brief Configuration types for "l2cap"
*******************************************************************************
* # License
* <b>Copyright 2021 Silicon Laboratories Inc. www.silabs.com</b>
*******************************************************************************
*
* The licensor of this software is Silicon Laboratories Inc. Your use of this
* software is governed by the terms of Silicon Labs Master Software License
* Agreement (MSLA) available at
* www.silabs.com/about-us/legal/master-software-license-agreement. This
* software is distributed to you in Source Code format and is governed by the
* sections of the MSLA applicable to Source Code.
*
******************************************************************************/
#ifndef SLI_BT_L2CAP_CONFIG_H
#define SLI_BT_L2CAP_CONFIG_H
#include "sli_bt_config_defs.h"
/**
* @brief Configuration structure used by "l2cap"
*
* See "sl_bluetooth_l2cap_config.h" for detailed description of each
* configuration parameter.
*/
typedef struct {
uint8_t max_l2cap_coc_channels; ///< Set to value of SL_BT_CONFIG_USER_L2CAP_COC_CHANNELS
} sli_bt_l2cap_config_t;
#endif // SLI_BT_L2CAP_CONFIG_H