TizenRT Public API
v2.0 M2
|
Service Discovery Protocol (SDP) data structure. More...
#include <bluetooth_type.h>
Data Fields | |
char * | remote_address |
char ** | service_uuid |
int | service_count |
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
Definition at line 1005 of file bluetooth_type.h.
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.