HomeSort by relevance Sort by last modified time
    Searched defs:p_cfg (Results 1 - 8 of 8) 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);
941 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 472 (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],
473 (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],
474 (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],
475 p_msg->msg.reconfig_cfm.p_cfg->codec_info[9])
2110 tAVDT_CFG *p_cfg; local
    [all...]
  /external/bluetooth/bluedroid/stack/avdt/
avdt_scb_act.c 156 p_data->msg.svccap.p_cfg = &p_scb->curr_cfg;
707 memcpy(&p_scb->req_cfg, p_data->msg.reconfig_cmd.p_cfg, sizeof(tAVDT_CFG));
744 p_data->msg.svccap.p_cfg = &p_scb->curr_cfg;
814 tAVDT_CFG *p_cfg; local
818 p_cfg = p_data->msg.config_cmd.p_cfg;
819 if(p_scb->cs.cfg.codec_info[AVDT_CODEC_TYPE_INDEX] == p_cfg->codec_info[AVDT_CODEC_TYPE_INDEX])
827 memcpy(&p_scb->req_cfg, p_cfg, sizeof(tAVDT_CFG));
1659 tAVDT_CFG *p_req, *p_cfg; local
    [all...]
avdt_int.h 401 tAVDT_CFG *p_cfg; member in struct:__anon5836
  /external/bluetooth/bluedroid/btif/src/
btif_hl.c 4209 tBTA_HL_MDEP_CFG *p_cfg; local
    [all...]
  /external/bluetooth/bluedroid/stack/include/
avdt_api.h 293 tAVDT_CFG *p_cfg; /* Pointer to configuration for this SEP */ member in struct:__anon5938
299 tAVDT_CFG *p_cfg; /* Pointer to configuration for this SEP */ member in struct:__anon5939
388 typedef UINT16 (tAVDT_GETCAP_REQ) (BD_ADDR bd_addr, UINT8 seid, tAVDT_CFG *p_cfg, tAVDT_CTRL_CBACK *p_cback);
563 ** The memory pointed to by p_cfg is allocated by the
572 AVDT_API extern UINT16 AVDT_GetCapReq(BD_ADDR bd_addr, UINT8 seid, tAVDT_CFG *p_cfg,
590 ** The memory pointed to by p_cfg is allocated by the
599 AVDT_API extern UINT16 AVDT_GetAllCapReq(BD_ADDR bd_addr, UINT8 seid, tAVDT_CFG *p_cfg,
629 tAVDT_CFG *p_cfg);
    [all...]

Completed in 160 milliseconds