HomeSort by relevance Sort by last modified time
    Searched defs:p_cfg (Results 1 - 9 of 9) sorted by null

  /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 436 tNFA_LISTEN_CFG *p_cfg = &nfa_dm_cb.disc_cb.excl_listen_config; local
445 &&(p_cfg->la_enable) )
451 UINT8_TO_STREAM (p, p_cfg->la_bit_frame_sdd);
455 UINT8_TO_STREAM (p, p_cfg->la_platform_config);
459 UINT8_TO_STREAM (p, p_cfg->la_sel_info);
461 if (p_cfg->la_platform_config == NCI_PARAM_PLATFORM_T1T)
468 if (p_cfg->la_sel_info & NCI_PARAM_SEL_INFO_ISODEP)
473 if (p_cfg->la_sel_info & NCI_PARAM_SEL_INFO_NFCDEP)
486 UINT8_TO_STREAM (p, p_cfg->la_nfcid1_len);
487 ARRAY_TO_STREAM (p, p_cfg->la_nfcid1, p_cfg->la_nfcid1_len)
    [all...]
  /external/bluetooth/bluedroid/bta/av/
bta_av_aact.c 399 (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],
400 (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],
401 (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],
402 p_msg->msg.reconfig_cfm.p_cfg->codec_info[9])
1884 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:__anon3045
  /external/bluetooth/bluedroid/btif/src/
btif_hl.c 4257 tBTA_HL_MDEP_CFG *p_cfg; local
    [all...]
btif_media_task.c 982 tBTIF_AV_MEDIA_FEED_CFG *p_cfg; local
984 p_cfg = &btif_media_cb.media_feeding.cfg;
991 (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:__anon3144
299 tAVDT_CFG *p_cfg; /* Pointer to configuration for this SEP */ member in struct:__anon3145
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...]

Completed in 556 milliseconds