Home
last modified time | relevance | path

Searched refs:profile_list (Results 1 – 1 of 1) sorted by relevance

/external/bluez/utils/sdpd/
Dservice.c307 sdp_list_t *class_list, *group_list, *profile_list; in register_device_id() local
338 profile_list = sdp_list_append(NULL, &profile); in register_device_id()
339 sdp_set_profile_descs(record, profile_list); in register_device_id()
340 sdp_list_free(profile_list, NULL); in register_device_id()