Searched refs:p_bta_data (Results 1 – 1 of 1) sorted by relevance
397 tBTA_AV *p_bta_data = (tBTA_AV*)p_data; in btif_av_state_opening_handler() local400 BTIF_TRACE_DEBUG("status:%d, edr 0x%x",p_bta_data->open.status, in btif_av_state_opening_handler()401 p_bta_data->open.edr); in btif_av_state_opening_handler()403 if (p_bta_data->open.status == BTA_AV_SUCCESS) in btif_av_state_opening_handler()407 btif_av_cb.edr = p_bta_data->open.edr; in btif_av_state_opening_handler()409 btif_av_cb.peer_sep = p_bta_data->open.sep; in btif_av_state_opening_handler()410 btif_a2dp_set_peer_sep(p_bta_data->open.sep); in btif_av_state_opening_handler()415 p_bta_data->open.status ); in btif_av_state_opening_handler()427 btif_rc_check_handle_pending_play(p_bta_data->open.bd_addr, in btif_av_state_opening_handler()428 (p_bta_data->open.status == BTA_AV_SUCCESS)); in btif_av_state_opening_handler()[all …]