Lines Matching refs:mdepid
544 sdp_data_t *mdepid, in app_to_sdplist() local
550 mdepid = sdp_data_alloc(SDP_UINT8, &app->id); in app_to_sdplist()
551 if (!mdepid) in app_to_sdplist()
568 f_list = sdp_list_append(NULL, mdepid); in app_to_sdplist()
587 if (mdepid) in app_to_sdplist()
588 sdp_data_free(mdepid); in app_to_sdplist()
769 sdp_data_t *data_type, *mdepid, *role_t, *desc_t; in get_mdep_from_rec() local
775 mdepid = feat->val.dataseq; in get_mdep_from_rec()
776 if (!mdepid) in get_mdep_from_rec()
779 data_type = mdepid->next; in get_mdep_from_rec()
789 if (data_type->dtd != SDP_UINT16 || mdepid->dtd != SDP_UINT8 || in get_mdep_from_rec()
798 *mdep = mdepid->val.uint8; in get_mdep_from_rec()