Searched refs:p_bta_data (Results 1 – 1 of 1) sorted by relevance
389 tBTA_AV *p_bta_data = (tBTA_AV*)p_data; in btif_av_state_opening_handler() local392 BTIF_TRACE_DEBUG("status:%d, edr 0x%x",p_bta_data->open.status, in btif_av_state_opening_handler()393 p_bta_data->open.edr); in btif_av_state_opening_handler()395 if (p_bta_data->open.status == BTA_AV_SUCCESS) in btif_av_state_opening_handler()399 btif_av_cb.edr = p_bta_data->open.edr; in btif_av_state_opening_handler()401 btif_av_cb.peer_sep = p_bta_data->open.sep; in btif_av_state_opening_handler()402 btif_a2dp_set_peer_sep(p_bta_data->open.sep); in btif_av_state_opening_handler()407 p_bta_data->open.status ); in btif_av_state_opening_handler()419 btif_rc_check_handle_pending_play(p_bta_data->open.bd_addr, in btif_av_state_opening_handler()420 (p_bta_data->open.status == BTA_AV_SUCCESS)); in btif_av_state_opening_handler()[all …]