HomeSort by relevance Sort by last modified time
    Searched defs:getcap (Results 1 - 2 of 2) sorted by null

  /external/bluetooth/bluedroid/stack/avdt/
avdt_api.c 449 tAVDT_CCB_API_GETCAP getcap; local
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; local
490 getcap.single.seid = seid;
491 getcap.single.sig_id = AVDT_SIG_GET_ALLCAP;
492 getcap.p_cfg = p_cfg
    [all...]
avdt_int.h 418 tAVDT_CCB_API_GETCAP getcap; member in union:__anon5834

Completed in 142 milliseconds