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 707 memcpy(&p_scb->req_cfg, p_data->msg.reconfig_cmd.p_cfg, sizeof(tAVDT_CFG));
732 if (p_scb->req_cfg.num_codec > 0)
734 p_scb->curr_cfg.num_codec = p_scb->req_cfg.num_codec;
735 memcpy(p_scb->curr_cfg.codec_info, p_scb->req_cfg.codec_info, AVDT_CODEC_SIZE);
737 if (p_scb->req_cfg.num_protect > 0)
739 p_scb->curr_cfg.num_protect = p_scb->req_cfg.num_protect;
740 memcpy(p_scb->curr_cfg.protect_info, p_scb->req_cfg.protect_info, AVDT_PROTECT_SIZE);
827 memcpy(&p_scb->req_cfg, p_cfg, sizeof(tAVDT_CFG));
891 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:__anon5839

Completed in 892 milliseconds