Searched defs:f_list (Results 1 - 1 of 1) sorted by relevance

/external/bluetooth/bluez/health/
H A Dhdp_util.c548 sdp_list_t *f_list = NULL; local
568 f_list = sdp_list_append(NULL, mdepid);
569 if (!f_list)
572 if (!sdp_list_append(f_list, dtype))
575 if (!sdp_list_append(f_list, role))
579 if (!sdp_list_append(f_list, desc))
582 return f_list;
585 if (f_list)
586 sdp_list_free(f_list, NULL);

Completed in 109 milliseconds