Functions | |
wiced_result_t | wiced_bt_stack_deinit (void) |
wiced_result_t | wiced_bt_stack_init (wiced_bt_management_cback_t *p_bt_management_cback, const wiced_bt_cfg_settings_t *p_bt_cfg_settings, const wiced_bt_cfg_buf_pool_t wiced_bt_cfg_buf_pools[WICED_BT_CFG_NUM_BUF_POOLS]) |
Framework Management Functions
Bluetooth Management (BTM) Application Programming Interface
The BTM consists of several management entities:
wiced_result_t wiced_bt_stack_deinit | ( | void | ) |
Function wiced_bt_stack_deinit
This function blocks until all de-initialisation procedures are complete. It is recommended that the application disconnect any outstanding connections prior to invoking this function.
wiced_result_t wiced_bt_stack_init | ( | wiced_bt_management_cback_t * | p_bt_management_cback, |
const wiced_bt_cfg_settings_t * | p_bt_cfg_settings, | ||
const wiced_bt_cfg_buf_pool_t | wiced_bt_cfg_buf_pools[WICED_BT_CFG_NUM_BUF_POOLS] | ||
) |
Function wiced_bt_stack_init
Initialize the Bluetooth controller and stack; register callback for Bluetooth event notification.
[in] | p_bt_management_cback | : Callback for receiving Bluetooth management events |
[in] | p_bt_cfg_settings | : Bluetooth stack configuration |
[in] | wiced_bt_cfg_buf_pools | : Buffer pool configuration |