Data Structures | |
struct | sdp_discovery_record_t |
struct | t_sdp_discovery_attr |
struct | wiced_bt_sdp_discovery_attribute_value_t |
struct | wiced_bt_sdp_discovery_db_t |
struct | wiced_bt_sdp_protocol_elem_t |
Typedefs | |
typedef struct t_sdp_discovery_attr | wiced_bt_sdp_discovery_attribute_t |
typedef void( | wiced_bt_sdp_discovery_complete_cback_t )(uint16_t sdp_result) |
typedef struct sdp_discovery_record_t | wiced_bt_sdp_discovery_record_t |
Enumerations | |
enum | wiced_bt_sdp_result_t { WICED_BT_SDP_SUCCESS = WICED_BT_SUCCESS, WICED_BT_SDP_INVALID_VERSION = 0x0001, WICED_BT_SDP_INVALID_SERV_REC_HDL = 0x0002, WICED_BT_SDP_INVALID_REQ_SYNTAX = 0x0003, WICED_BT_SDP_INVALID_PDU_SIZE = 0x0004, WICED_BT_SDP_INVALID_CONT_STATE = 0x0005, WICED_BT_SDP_NO_RESOURCES = 0x0006, WICED_BT_SDP_DI_REG_FAILED = 0x0007, WICED_BT_SDP_DI_DISC_FAILED = 0x0008, WICED_BT_SDP_NO_DI_RECORD_FOUND = 0x0009, WICED_BT_SDP_ERR_ATTR_NOT_PRESENT = 0x000A, WICED_BT_SDP_ILLEGAL_PARAMETER = 0x000B, WICED_BT_SDP_NO_RECS_MATCH = 0xFFF0, WICED_BT_SDP_CONN_FAILED = 0xFFF1, WICED_BT_SDP_CFG_FAILED = 0xFFF2, WICED_BT_SDP_GENERIC_ERROR = 0xFFF3, WICED_BT_SDP_DB_FULL = 0xFFF4, WICED_BT_SDP_INVALID_PDU = 0xFFF5, WICED_BT_SDP_SECURITY_ERR = 0xFFF6, WICED_BT_SDP_CONN_REJECTED = 0xFFF7, WICED_BT_SDP_CANCEL = 0xFFF8 } |
Bluetooth SDP Application Programming Interface
typedef struct t_sdp_discovery_attr wiced_bt_sdp_discovery_attribute_t |
SDP Attribute
typedef void( wiced_bt_sdp_discovery_complete_cback_t)(uint16_t sdp_result) |
Function wiced_bt_sdp_discovery_complete_cback_t
Service discovery complete callback. If discovery was successful, the discovery results database (provided when #wiced_bt_sdp_service_search_request or #wiced_bt_sdp_service_search_attribute_request was called) will be filled. Use the wiced_bt_sdp_find_* utility functions to parse the results.
[in] | sdp_result | : SDP result code (see wiced_bt_sdp_result_t) |
typedef struct sdp_discovery_record_t wiced_bt_sdp_discovery_record_t |
Discovery record from SDP search result
SDP result - Success code and error codes