Lines Matching defs:getcap
449 tAVDT_CCB_API_GETCAP getcap;
453 getcap.single.seid = seid;
454 getcap.single.sig_id = AVDT_SIG_GETCAP;
455 getcap.p_cfg = p_cfg;
456 getcap.p_cback = p_cback;
457 return avdt_get_cap_req (bd_addr, &getcap);
486 tAVDT_CCB_API_GETCAP getcap;
490 getcap.single.seid = seid;
491 getcap.single.sig_id = AVDT_SIG_GET_ALLCAP;
492 getcap.p_cfg = p_cfg;
493 getcap.p_cback = p_cback;
494 return avdt_get_cap_req (bd_addr, &getcap);