Home
last modified time | relevance | path

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

/external/bluetooth/bluez/health/
Dhdp_util.c602 sdp_list_t *hdp_feature; in register_features() local
604 hdp_feature = app_to_sdplist(app); in register_features()
605 if (!hdp_feature) in register_features()
609 *sup_features = sdp_list_append(NULL, hdp_feature); in register_features()
612 } else if (!sdp_list_append(*sup_features, hdp_feature)) { in register_features()
619 if (hdp_feature) in register_features()
620 sdp_list_free(hdp_feature, (sdp_free_func_t)sdp_data_free); in register_features()