Home | History | Annotate | Download | only in avdt

Lines Matching refs:p_cfg

438 **                  The memory pointed to by p_cfg is allocated by the
447 UINT16 AVDT_GetCapReq(BD_ADDR bd_addr, UINT8 seid, tAVDT_CFG *p_cfg, tAVDT_CTRL_CBACK *p_cback)
455 getcap.p_cfg = p_cfg;
475 ** The memory pointed to by p_cfg is allocated by the
484 UINT16 AVDT_GetAllCapReq(BD_ADDR bd_addr, UINT8 seid, tAVDT_CFG *p_cfg, tAVDT_CTRL_CBACK *p_cback)
492 getcap.p_cfg = p_cfg;
545 UINT16 AVDT_OpenReq(UINT8 handle, BD_ADDR bd_addr, UINT8 seid, tAVDT_CFG *p_cfg)
581 evt.msg.config_cmd.p_cfg = p_cfg;
807 UINT16 AVDT_ReconfigReq(UINT8 handle, tAVDT_CFG *p_cfg)
824 p_cfg->psc_mask = 0;
826 evt.msg.reconfig_cmd.p_cfg = p_cfg;