/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 */ 543 AVDT_API extern UINT16 AVDT_GetCapReq(BD_ADDR bd_addr, UINT8 seid, tAVDT_CFG *p_cfg, 570 AVDT_API extern UINT16 AVDT_GetAllCapReq(BD_ADDR bd_addr, UINT8 seid, tAVDT_CFG *p_cfg, 600 tAVDT_CFG *p_cfg); 683 AVDT_API extern UINT16 AVDT_ReconfigReq(UINT8 handle, tAVDT_CFG *p_cfg); [all...] |
/external/bluetooth/bluedroid/stack/avdt/ |
avdt_scb_act.c | 698 memcpy(&p_scb->req_cfg, p_data->msg.reconfig_cmd.p_cfg, sizeof(tAVDT_CFG)); 805 tAVDT_CFG *p_cfg; 818 memcpy(&p_scb->req_cfg, p_cfg, sizeof(tAVDT_CFG)); 881 memcpy(&p_scb->curr_cfg, &p_scb->req_cfg, sizeof(tAVDT_CFG)); [all...] |
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 | 269 static void avdt_msg_bld_cfg(UINT8 **p, tAVDT_CFG *p_cfg) 525 tAVDT_CFG cfg; 528 memcpy (&cfg, p_msg->svccap.p_cfg, sizeof(tAVDT_CFG)); 578 static UINT8 avdt_msg_prs_cfg(tAVDT_CFG *p_cfg, UINT8 *p, UINT16 len, UINT8* p_elem, UINT8 sig_id) [all...] |
avdt_api.c | 385 UINT16 AVDT_GetCapReq(BD_ADDR bd_addr, UINT8 seid, tAVDT_CFG *p_cfg, tAVDT_CTRL_CBACK *p_cback) 422 UINT16 AVDT_GetAllCapReq(BD_ADDR bd_addr, UINT8 seid, tAVDT_CFG *p_cfg, tAVDT_CTRL_CBACK *p_cback) 483 UINT16 AVDT_OpenReq(UINT8 handle, BD_ADDR bd_addr, UINT8 seid, tAVDT_CFG *p_cfg) 745 UINT16 AVDT_ReconfigReq(UINT8 handle, tAVDT_CFG *p_cfg) [all...] |
/external/bluetooth/bluedroid/bta/av/ |
bta_av_aact.c | 335 p_scb->p_cap = (tAVDT_CFG *) GKI_getbuf(sizeof(tAVDT_CFG)); 456 memcpy(&p_msg->cfg, p_data->config_ind.p_cfg, sizeof(tAVDT_CFG)); [all...] |
bta_av_int.h | 327 tAVDT_CFG cfg; /* configuration/capabilities parameters */ 465 tAVDT_CFG *p_cap; /* buffer used for get capabilities */ 468 tAVDT_CFG cfg; /* local SEP configuration */
|
bta_av_main.c | 538 /* memset(&cs.cfg,0,sizeof(tAVDT_CFG)); */ 588 memcpy(&p_scb->cfg, &cs.cfg, sizeof(tAVDT_CFG)); [all...] |