3.0.0.0R11
Software Development Kit
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Modules
wiced_bt_spp.h File Reference

Data Structures

struct  wiced_bt_spp_reg_t
 

Typedefs

typedef void(* wiced_bt_spp_connection_down_callback_t )(uint16_t handle)
 
typedef void(* wiced_bt_spp_connection_failed_callback_t )(void)
 
typedef void(* wiced_bt_spp_connection_up_callback_t )(uint16_t handle, uint8_t *bd_addr)
 
typedef wiced_bool_t(* wiced_bt_spp_rx_data_callback_t )(uint16_t handle, uint8_t *data, uint32_t data_len)
 
typedef void(* wiced_bt_spp_service_not_found_callback_t )(void)
 
typedef void(* wiced_bt_spp_tx_complete_callback_t )(uint16_t handle, wiced_result_t result)
 

Functions

wiced_bool_t wiced_bt_spp_can_send_more_data (void)
 
void wiced_bt_spp_connect (BD_ADDR bd_addr)
 
void wiced_bt_spp_disconnect (uint16_t handle)
 
void wiced_bt_spp_rx_flow_enabled (uint16_t handle, wiced_bool_t enable)
 
wiced_bool_t wiced_bt_spp_send_session_data (uint16_t handle, uint8_t *p_data, uint32_t len)
 
void wiced_bt_spp_startup (wiced_bt_spp_reg_t *p_reg)
 

Detailed Description

This file provides definitions of the SPP implementation