The structure that contains the SDP record list.
Synopsis:
typedef struct bt_sdp_list {
int num_records ;
bt_sdp_record_t record [];
}bt_sdp_list_t;
Data:
- int num_records
- The number of elements in the variable-length array of pointers to the SDP records.
- bt_sdp_record_t record[]
- The variable-length array of pointers to SDP records.
Library:
libbtapi (For the qcc command, use the -l btapi option to link against this library)
Description: