The structure that contains the SDP protocol list.
Synopsis:
typedef struct {
char * uuid ;
char * parm [2];
}bt_sdp_prot_t;
Data:
- char * uuid
- The service protocol UUID.
- char * parm[2]
- The service protocol parameters.
Library:
libbtapi (For the qcc command, use the -l btapi option to link against this library)
Description: