#include <at_ble_api.h>
Data Fields | |
uint8_t | btlc1000_module_version |
Either AT_BTLC1000_MR or AT_BTLC1000_ZR. More... | |
at_ble_bus_info_t | bus_info |
Bus info with structure at_ble_bus_info_t. More... | |
at_ble_mempool_t | event_mem_pool |
Memory pool that the library should use to queue events. More... | |
at_ble_mempool_t | event_params_mem_pool |
Memory pool that library should use to save queued events parameters. More... | |
at_ble_mempool_t | memPool |
Memory pool that library can use for storing data base related data. More... | |
at_ble_platform_api_list_t | platform_api_list |
platform APIs More... | |
at_ble_mempool_t | rx_fifo_mem_pool |
Memory pool that library should use as Rx FIFO buffer. More... | |
uint8_t at_ble_init_config_t::btlc1000_module_version |
Either AT_BTLC1000_MR or AT_BTLC1000_ZR.
Referenced by ble_device_init(), and ble_init().
at_ble_bus_info_t at_ble_init_config_t::bus_info |
Bus info with structure at_ble_bus_info_t.
Referenced by ble_device_init(), and ble_init().
at_ble_mempool_t at_ble_init_config_t::event_mem_pool |
Memory pool that the library should use to queue events.
Referenced by ble_device_init(), and ble_init().
at_ble_mempool_t at_ble_init_config_t::event_params_mem_pool |
Memory pool that library should use to save queued events parameters.
Referenced by ble_device_init(), and ble_init().
at_ble_mempool_t at_ble_init_config_t::memPool |
Memory pool that library can use for storing data base related data.
Referenced by ble_device_init(), and ble_init().
at_ble_platform_api_list_t at_ble_init_config_t::platform_api_list |
platform APIs
Referenced by ble_device_init(), ble_init(), and main().
at_ble_mempool_t at_ble_init_config_t::rx_fifo_mem_pool |
Memory pool that library should use as Rx FIFO buffer.
Referenced by ble_device_init(), and ble_init().