Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/bt/host/bluedroid/btc/profile/std/avrc/
Dbtc_avrc.c41 static void handle_rc_disconnect (tBTA_AV_RC_CLOSE *p_rc_close);
496 static void handle_rc_disconnect (tBTA_AV_RC_CLOSE *p_rc_close) in handle_rc_disconnect() argument
498 BTC_TRACE_DEBUG("%s: rc_handle: %d", __FUNCTION__, p_rc_close->rc_handle); in handle_rc_disconnect()
499 if ((p_rc_close->rc_handle != btc_rc_cb.rc_handle) in handle_rc_disconnect()
500 && (bdcmp(btc_rc_cb.rc_addr, p_rc_close->peer_addr))) { in handle_rc_disconnect()