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

/system/bt/stack/avdt/
H A Davdt_api.cc371 tAVDT_CCB_API_GETCAP getcap; local
376 getcap.single.seid = seid;
378 getcap.single.sig_id = AVDT_SIG_GET_ALLCAP;
380 getcap.single.sig_id = AVDT_SIG_GETCAP;
382 getcap.p_cfg = p_cfg;
383 getcap.p_cback = p_cback;
384 result = avdt_get_cap_req(bd_addr, channel_index, &getcap);
H A Davdt_int.h378 tAVDT_CCB_API_GETCAP getcap; member in union:__anon937

Completed in 1614 milliseconds