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

/system/bt/stack/avdt/
H A Davdt_api.cc369 tAVDT_CCB_API_GETCAP getcap; local
374 getcap.single.seid = seid;
375 getcap.single.sig_id = AVDT_SIG_GETCAP;
376 getcap.p_cfg = p_cfg;
377 getcap.p_cback = p_cback;
378 result = avdt_get_cap_req(bd_addr, &getcap);
411 tAVDT_CCB_API_GETCAP getcap; local
416 getcap.single.seid = seid;
417 getcap.single.sig_id = AVDT_SIG_GET_ALLCAP;
418 getcap
[all...]
H A Davdt_int.h393 tAVDT_CCB_API_GETCAP getcap; member in union:__anon839

Completed in 1321 milliseconds