Home
last modified time | relevance | path

Searched refs:rc_open (Results 1 – 3 of 3) sorted by relevance

/hal_espressif-latest/components/bt/host/bluedroid/bta/av/
Dbta_av_act.c448 tBTA_AV_RC_OPEN rc_open; in bta_av_rc_opened() local
495 rc_open.rc_handle = i; in bta_av_rc_opened()
517 bdcpy(rc_open.peer_addr, p_data->rc_conn_chg.peer_addr); in bta_av_rc_opened()
518 rc_open.peer_features = p_cb->rcb[i].peer_features; in bta_av_rc_opened()
519 rc_open.peer_ct_features = p_cb->rcb[i].peer_ct_features; in bta_av_rc_opened()
520 rc_open.peer_tg_features = p_cb->rcb[i].peer_tg_features; in bta_av_rc_opened()
521 rc_open.sdp_disc_done = TRUE; in bta_av_rc_opened()
522 rc_open.status = BTA_AV_SUCCESS; in bta_av_rc_opened()
524 rc_open.peer_features); in bta_av_rc_opened()
525 if (rc_open.peer_features == 0) { in bta_av_rc_opened()
[all …]
/hal_espressif-latest/components/bt/host/bluedroid/bta/include/bta/
Dbta_av_api.h495 tBTA_AV_RC_OPEN rc_open; member
/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/std/avrc/
Dbtc_avrc.c914 BTC_TRACE_DEBUG("RC open, peer_features:%x", p_data->rc_open.peer_features); in btc_rc_handler()
915 handle_rc_connect( &(p_data->rc_open) ); in btc_rc_handler()