Searched refs:getcap (Results 1 – 3 of 3) sorted by relevance
420 tAVDT_CCB_API_GETCAP getcap; in AVDT_GetCapReq() local422 getcap.single.seid = seid; in AVDT_GetCapReq()423 getcap.single.sig_id = AVDT_SIG_GETCAP; in AVDT_GetCapReq()424 getcap.p_cfg = p_cfg; in AVDT_GetCapReq()425 getcap.p_cback = p_cback; in AVDT_GetCapReq()426 return avdt_get_cap_req (bd_addr, &getcap); in AVDT_GetCapReq()455 tAVDT_CCB_API_GETCAP getcap; in AVDT_GetAllCapReq() local457 getcap.single.seid = seid; in AVDT_GetAllCapReq()458 getcap.single.sig_id = AVDT_SIG_GET_ALLCAP; in AVDT_GetAllCapReq()459 getcap.p_cfg = p_cfg; in AVDT_GetAllCapReq()[all …]
450 p_ccb->p_proc_data = p_data->getcap.p_cfg; in avdt_ccb_snd_getcap_cmd()451 p_ccb->proc_cback = p_data->getcap.p_cback; in avdt_ccb_snd_getcap_cmd()461 avdt_msg_send_cmd(p_ccb, NULL, sig_id, (tAVDT_MSG *) &p_data->getcap.single); in avdt_ccb_snd_getcap_cmd()
425 tAVDT_CCB_API_GETCAP getcap; member