/external/bluetooth/bluedroid/stack/l2cap/ |
l2c_csm.c | 705 tL2CAP_CFG_INFO *p_cfg = (tL2CAP_CFG_INFO *)p_data; local 726 if ((cfg_result = l2cu_process_peer_cfg_req (p_ccb, p_cfg)) == L2CAP_PEER_CFG_OK) 729 p_ccb->local_cid, (p_cfg->flags & L2CAP_CFG_FLAGS_MASK_CONT)); 730 (*p_ccb->p_rcb->api.pL2CA_ConfigInd_Cb)(p_ccb->local_cid, p_cfg); 741 l2cu_send_peer_config_rsp (p_ccb, p_cfg); 746 l2cu_process_peer_cfg_rsp (p_ccb, p_cfg); 748 if (p_cfg->result != L2CAP_CFG_PENDING) 800 (*p_ccb->p_rcb->api.pL2CA_ConfigCfm_Cb)(p_ccb->local_cid, p_cfg); 938 tL2CAP_CFG_INFO *p_cfg; local [all...] |
l2c_fcr.c | 2300 tL2C_FCR_TEST_CFG *p_cfg; local [all...] |
/external/libnfc-nci/src/nfa/dm/ |
nfa_dm_discover.c | 431 tNFA_LISTEN_CFG *p_cfg = &nfa_dm_cb.disc_cb.excl_listen_config; local 440 &&(p_cfg->la_enable) ) 446 UINT8_TO_STREAM (p, p_cfg->la_bit_frame_sdd); 450 UINT8_TO_STREAM (p, p_cfg->la_platform_config); 454 UINT8_TO_STREAM (p, p_cfg->la_sel_info); 456 if (p_cfg->la_platform_config == NCI_PARAM_PLATFORM_T1T) 463 if (p_cfg->la_sel_info & NCI_PARAM_SEL_INFO_ISODEP) 468 if (p_cfg->la_sel_info & NCI_PARAM_SEL_INFO_NFCDEP) 481 UINT8_TO_STREAM (p, p_cfg->la_nfcid1_len); 482 ARRAY_TO_STREAM (p, p_cfg->la_nfcid1, p_cfg->la_nfcid1_len) [all...] |
/external/bluetooth/bluedroid/bta/av/ |
bta_av_aact.c | 421 (p_msg->msg.reconfig_cfm.p_cfg->codec_info[0]<<16)+(p_msg->msg.reconfig_cfm.p_cfg->codec_info[1]<<8)+p_msg->msg.reconfig_cfm.p_cfg->codec_info[2], 422 (p_msg->msg.reconfig_cfm.p_cfg->codec_info[3]<<16)+(p_msg->msg.reconfig_cfm.p_cfg->codec_info[4]<<8)+p_msg->msg.reconfig_cfm.p_cfg->codec_info[5], 423 (p_msg->msg.reconfig_cfm.p_cfg->codec_info[6]<<16)+(p_msg->msg.reconfig_cfm.p_cfg->codec_info[7]<<8)+p_msg->msg.reconfig_cfm.p_cfg->codec_info[8], 424 p_msg->msg.reconfig_cfm.p_cfg->codec_info[9]) 1911 tAVDT_CFG *p_cfg; local [all...] |
/external/bluetooth/bluedroid/stack/avdt/ |
avdt_scb_act.c | 153 p_data->msg.svccap.p_cfg = &p_scb->curr_cfg; 698 memcpy(&p_scb->req_cfg, p_data->msg.reconfig_cmd.p_cfg, sizeof(tAVDT_CFG)); 735 p_data->msg.svccap.p_cfg = &p_scb->curr_cfg; 805 tAVDT_CFG *p_cfg; local 809 p_cfg = p_data->msg.config_cmd.p_cfg; 810 if(p_scb->cs.cfg.codec_info[AVDT_CODEC_TYPE_INDEX] == p_cfg->codec_info[AVDT_CODEC_TYPE_INDEX]) 818 memcpy(&p_scb->req_cfg, p_cfg, sizeof(tAVDT_CFG)); 1641 tAVDT_CFG *p_req, *p_cfg; local [all...] |
avdt_int.h | 401 tAVDT_CFG *p_cfg; member in struct:__anon3493
|
/external/bluetooth/bluedroid/btif/src/ |
btif_hl.c | 4261 tBTA_HL_MDEP_CFG *p_cfg; local [all...] |
btif_media_task.c | 997 tBTIF_AV_MEDIA_FEED_CFG *p_cfg; local 999 p_cfg = &btif_media_cb.media_feeding.cfg; 1006 (p_cfg->pcm.num_channel*p_cfg->pcm.sampling_freq*p_cfg->pcm.bit_per_sample/8); [all...] |
/external/bluetooth/bluedroid/stack/include/ |
avdt_api.h | 293 tAVDT_CFG *p_cfg; /* Pointer to configuration for this SEP */ member in struct:__anon3594 299 tAVDT_CFG *p_cfg; /* Pointer to configuration for this SEP */ member in struct:__anon3595 388 typedef UINT16 (tAVDT_GETCAP_REQ) (BD_ADDR bd_addr, UINT8 seid, tAVDT_CFG *p_cfg, tAVDT_CTRL_CBACK *p_cback); 534 ** The memory pointed to by p_cfg is allocated by the 543 AVDT_API extern UINT16 AVDT_GetCapReq(BD_ADDR bd_addr, UINT8 seid, tAVDT_CFG *p_cfg, 561 ** The memory pointed to by p_cfg is allocated by the 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...] |