#include <at_ble_api.h>
Data Fields | |
uint8_t | btlc1000_uart_pinout_switch |
In case of using AT_BLE_UART as interface this is used to switch UART pin-out, true or false. More... | |
uint32_t | bus_baudrate |
UART baudrate value one of at_ble_uart_baudrate_tag values. More... | |
uint8_t | bus_type |
Either AT_BLE_UART or AT_BLE_SPI. More... | |
uint8_t | host_external_wakeup_gpio |
Select BTLC1000 GPIO for host wakeup, for Wing board select BTLC1000_EXT_PIN9 only, for SoC use the enum values. More... | |
uint8_t at_ble_bus_info_t::btlc1000_uart_pinout_switch |
In case of using AT_BLE_UART as interface this is used to switch UART pin-out, true or false.
Referenced by ble_device_init(), and ble_init().
uint32_t at_ble_bus_info_t::bus_baudrate |
UART baudrate value one of at_ble_uart_baudrate_tag values.
Referenced by ble_device_init(), and ble_init().
uint8_t at_ble_bus_info_t::bus_type |
Either AT_BLE_UART or AT_BLE_SPI.
Referenced by ble_device_init(), and ble_init().
uint8_t at_ble_bus_info_t::host_external_wakeup_gpio |
Select BTLC1000 GPIO for host wakeup, for Wing board select BTLC1000_EXT_PIN9 only, for SoC use the enum values.
Referenced by ble_device_init(), and ble_init().