Home | History | Annotate | Download | only in ar

Lines Matching refs:categories

246 					 UINT16 categories, tBTA_SYS_ID sys_id)
251 if (!mask || !categories)
260 AVRC_AddRecord(service_uuid, service_name, provider_name, categories, bta_ar_cb.sdp_tg_handle);
270 bta_ar_cb.ct_categories [mask - 1] = categories;
271 categories = bta_ar_cb.ct_categories[0]|bta_ar_cb.ct_categories[1];
275 AVRC_AddRecord(service_uuid, service_name, provider_name, categories, bta_ar_cb.sdp_ct_handle);
283 * Change supported categories on the second one */
285 UINT16_TO_BE_STREAM(p, categories);
304 UINT16 categories = 0;
327 categories = bta_ar_cb.ct_categories[0]|bta_ar_cb.ct_categories[1];
328 if (!categories)
339 /* change supported categories to the remaning one */
341 UINT16_TO_BE_STREAM(p, categories);