TizenRT Public API  v2.0 M2
bt_device_sdp_info_s Struct Reference

Service Discovery Protocol (SDP) data structure. More...

#include <bluetooth_type.h>

Data Fields

char * remote_address
 
char ** service_uuid
 
int service_count
 

Detailed Description

Service Discovery Protocol (SDP) data structure.

This protocol is used for discovering available services or pear device, and finding one to connect with.

2.3

See also
bt_device_service_searched_cb()

Definition at line 1005 of file bluetooth_type.h.

Field Documentation

char* remote_address

The address of remote device

Definition at line 1006 of file bluetooth_type.h.

int service_count

The number of services.

Definition at line 1008 of file bluetooth_type.h.

char** service_uuid

The UUID list of service

Definition at line 1007 of file bluetooth_type.h.


The documentation for this struct was generated from the following file: