Searched refs:reconfig (Results 1 – 3 of 3) sorted by relevance
2633 tBTA_AV_RECONFIG reconfig; in bta_av_rcfg_str_ok() local2634 reconfig.status = BTA_AV_SUCCESS; in bta_av_rcfg_str_ok()2635 reconfig.chnl = p_scb->chnl; in bta_av_rcfg_str_ok()2636 reconfig.hndl = p_scb->hndl; in bta_av_rcfg_str_ok()2638 bta_av_data.reconfig = reconfig; in bta_av_rcfg_str_ok()2660 tBTA_AV_RECONFIG reconfig; in bta_av_rcfg_failed() local2661 reconfig.status = BTA_AV_FAIL_STREAM; in bta_av_rcfg_failed()2662 reconfig.chnl = p_scb->chnl; in bta_av_rcfg_failed()2663 reconfig.hndl = p_scb->hndl; in bta_av_rcfg_failed()2665 bta_av_data.reconfig = reconfig; in bta_av_rcfg_failed()[all …]
339 tBTA_AV_RECONFIG reconfig; member
1910 (p_av->reconfig.status == BTA_AV_SUCCESS)) { in ProcessEvent()2521 const tBTA_AV_RECONFIG& reconfig = p_data->reconfig; in btif_av_handle_bta_av_event() local2522 bta_handle = reconfig.hndl; in btif_av_handle_bta_av_event()