HomeSort by relevance Sort by last modified time
    Searched refs:req_cfg (Results 1 - 2 of 2) sorted by null

  /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));
723 if (p_scb->req_cfg.num_codec > 0)
725 p_scb->curr_cfg.num_codec = p_scb->req_cfg.num_codec;
726 memcpy(p_scb->curr_cfg.codec_info, p_scb->req_cfg.codec_info, AVDT_CODEC_SIZE);
728 if (p_scb->req_cfg.num_protect > 0)
730 p_scb->curr_cfg.num_protect = p_scb->req_cfg.num_protect;
731 memcpy(p_scb->curr_cfg.protect_info, p_scb->req_cfg.protect_info, AVDT_PROTECT_SIZE);
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 487 tAVDT_CFG req_cfg; /* requested configuration */ member in struct:__anon3501

Completed in 55 milliseconds