Searched refs:getcap (Results 1 – 3 of 3) sorted by relevance
417 tAVDT_CCB_API_GETCAP getcap; in AVDT_GetCapReq() local419 getcap.single.seid = seid; in AVDT_GetCapReq()420 getcap.single.sig_id = AVDT_SIG_GETCAP; in AVDT_GetCapReq()421 getcap.p_cfg = p_cfg; in AVDT_GetCapReq()422 getcap.p_cback = p_cback; in AVDT_GetCapReq()423 return avdt_get_cap_req (bd_addr, &getcap); in AVDT_GetCapReq()452 tAVDT_CCB_API_GETCAP getcap; in AVDT_GetAllCapReq() local454 getcap.single.seid = seid; in AVDT_GetAllCapReq()455 getcap.single.sig_id = AVDT_SIG_GET_ALLCAP; in AVDT_GetAllCapReq()456 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()
416 tAVDT_CCB_API_GETCAP getcap; member