Home
last modified time | relevance | path

Searched refs:getcap (Results 1 – 3 of 3) sorted by relevance

/system/bt/stack/avdt/
Davdt_api.c441 tAVDT_CCB_API_GETCAP getcap; in AVDT_GetCapReq() local
443 getcap.single.seid = seid; in AVDT_GetCapReq()
444 getcap.single.sig_id = AVDT_SIG_GETCAP; in AVDT_GetCapReq()
445 getcap.p_cfg = p_cfg; in AVDT_GetCapReq()
446 getcap.p_cback = p_cback; in AVDT_GetCapReq()
447 return avdt_get_cap_req (bd_addr, &getcap); in AVDT_GetCapReq()
476 tAVDT_CCB_API_GETCAP getcap; in AVDT_GetAllCapReq() local
478 getcap.single.seid = seid; in AVDT_GetAllCapReq()
479 getcap.single.sig_id = AVDT_SIG_GET_ALLCAP; in AVDT_GetAllCapReq()
480 getcap.p_cfg = p_cfg; in AVDT_GetAllCapReq()
[all …]
Davdt_ccb_act.c464 p_ccb->p_proc_data = p_data->getcap.p_cfg; in avdt_ccb_snd_getcap_cmd()
465 p_ccb->proc_cback = p_data->getcap.p_cback; in avdt_ccb_snd_getcap_cmd()
474 avdt_msg_send_cmd(p_ccb, NULL, sig_id, (tAVDT_MSG *) &p_data->getcap.single); in avdt_ccb_snd_getcap_cmd()
Davdt_int.h414 tAVDT_CCB_API_GETCAP getcap; member