/external/bluetooth/bluedroid/stack/include/ |
avdtc_api.h | 102 AVDT_API extern void AVDTC_GetCapRsp(BD_ADDR bd_addr, UINT8 label, tAVDT_CFG *p_cap); 113 AVDT_API extern void AVDTC_GetAllCapRsp(BD_ADDR bd_addr, UINT8 label, tAVDT_CFG *p_cap); 135 AVDT_API extern void AVDTC_GetConfigRsp(UINT8 handle, UINT8 label, tAVDT_CFG *p_cfg);
|
avdt_api.h | 276 } tAVDT_CFG; 293 tAVDT_CFG *p_cfg; /* Pointer to configuration for this SEP */ 299 tAVDT_CFG *p_cfg; /* Pointer to configuration for this SEP */ 388 typedef UINT16 (tAVDT_GETCAP_REQ) (BD_ADDR bd_addr, UINT8 seid, tAVDT_CFG *p_cfg, tAVDT_CTRL_CBACK *p_cback); 394 tAVDT_CFG cfg; /* SEP configuration */ 572 AVDT_API extern UINT16 AVDT_GetCapReq(BD_ADDR bd_addr, UINT8 seid, tAVDT_CFG *p_cfg, 599 AVDT_API extern UINT16 AVDT_GetAllCapReq(BD_ADDR bd_addr, UINT8 seid, tAVDT_CFG *p_cfg, 629 tAVDT_CFG *p_cfg); [all...] |
/external/bluetooth/bluedroid/bta/av/ |
bta_av_aact.c | 386 p_scb->p_cap = (tAVDT_CFG *) GKI_getbuf(sizeof(tAVDT_CFG)); 507 memcpy(&p_msg->cfg, p_data->config_ind.p_cfg, sizeof(tAVDT_CFG)); [all...] |
bta_av_int.h | 332 tAVDT_CFG cfg; /* configuration/capabilities parameters */ 472 tAVDT_CFG *p_cap; /* buffer used for get capabilities */ 475 tAVDT_CFG cfg; /* local SEP configuration */
|
bta_av_main.c | 599 /* memset(&cs.cfg,0,sizeof(tAVDT_CFG)); */ 649 memcpy(&p_scb->cfg, &cs.cfg, sizeof(tAVDT_CFG)); [all...] |
/external/bluetooth/bluedroid/stack/avdt/ |
avdt_int.h | 401 tAVDT_CFG *p_cfg; 486 tAVDT_CFG curr_cfg; /* current configuration */ 487 tAVDT_CFG req_cfg; /* requested configuration */
|
avdt_msg.c | 270 static void avdt_msg_bld_cfg(UINT8 **p, tAVDT_CFG *p_cfg) 528 tAVDT_CFG cfg; 531 memcpy (&cfg, p_msg->svccap.p_cfg, sizeof(tAVDT_CFG)); 581 static UINT8 avdt_msg_prs_cfg(tAVDT_CFG *p_cfg, UINT8 *p, UINT16 len, UINT8* p_elem, UINT8 sig_id) [all...] |
avdt_scb_act.c | 707 memcpy(&p_scb->req_cfg, p_data->msg.reconfig_cmd.p_cfg, sizeof(tAVDT_CFG)); 814 tAVDT_CFG *p_cfg; 827 memcpy(&p_scb->req_cfg, p_cfg, sizeof(tAVDT_CFG)); 891 memcpy(&p_scb->curr_cfg, &p_scb->req_cfg, sizeof(tAVDT_CFG)); [all...] |
avdt_api.c | 447 UINT16 AVDT_GetCapReq(BD_ADDR bd_addr, UINT8 seid, tAVDT_CFG *p_cfg, tAVDT_CTRL_CBACK *p_cback) 484 UINT16 AVDT_GetAllCapReq(BD_ADDR bd_addr, UINT8 seid, tAVDT_CFG *p_cfg, tAVDT_CTRL_CBACK *p_cback) 545 UINT16 AVDT_OpenReq(UINT8 handle, BD_ADDR bd_addr, UINT8 seid, tAVDT_CFG *p_cfg) 807 UINT16 AVDT_ReconfigReq(UINT8 handle, tAVDT_CFG *p_cfg) [all...] |