Searched refs:reconfig (Results 1 – 3 of 3) sorted by relevance
2575 tBTA_AV_RECONFIG reconfig; in bta_av_rcfg_str_ok() local2576 reconfig.status = BTA_AV_SUCCESS; in bta_av_rcfg_str_ok()2577 reconfig.chnl = p_scb->chnl; in bta_av_rcfg_str_ok()2578 reconfig.hndl = p_scb->hndl; in bta_av_rcfg_str_ok()2580 bta_av_data.reconfig = reconfig; in bta_av_rcfg_str_ok()2602 tBTA_AV_RECONFIG reconfig; in bta_av_rcfg_failed() local2603 reconfig.status = BTA_AV_FAIL_STREAM; in bta_av_rcfg_failed()2604 reconfig.chnl = p_scb->chnl; in bta_av_rcfg_failed()2605 reconfig.hndl = p_scb->hndl; in bta_av_rcfg_failed()2607 bta_av_data.reconfig = reconfig; in bta_av_rcfg_failed()[all …]
343 tBTA_AV_RECONFIG reconfig; member
1975 if (p_av->reconfig.status != BTA_AV_SUCCESS) { in ProcessEvent()2671 const tBTA_AV_RECONFIG& reconfig = p_data->reconfig; in btif_av_handle_bta_av_event() local2672 bta_handle = reconfig.hndl; in btif_av_handle_bta_av_event()