Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/std/avrc/
Dbtc_avrc.c180 (btc_rc_cb.rc_features & BTA_AV_FEAT_RCTG); in btc_avrc_ct_connected_p()
396 if ((btc_rc_cb.rc_features & BTA_AV_FEAT_RCTG) && in handle_rc_features()
400 param.rmt_feats.feat_mask = btc_rc_cb.rc_features; in handle_rc_features()
406 if ((btc_rc_cb.rc_features & BTA_AV_FEAT_RCCT) && in handle_rc_features()
410 param.rmt_feats.feat_mask = btc_rc_cb.rc_features; in handle_rc_features()
444 btc_rc_cb.rc_features = p_rc_open->peer_features; in handle_rc_connect()
496 tBTA_AV_FEAT rc_features = btc_rc_cb.rc_features; in handle_rc_disconnect() local
502 btc_rc_cb.rc_features = 0; in handle_rc_disconnect()
509 if (rc_features & BTA_AV_FEAT_RCTG) { in handle_rc_disconnect()
853 if (btc_rc_cb.rc_features & BTA_AV_FEAT_RCTG) { in handle_rc_passthrough_rsp()
[all …]
/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/std/include/
Dbtc_avrc.h128 tBTA_AV_FEAT rc_features; member
/hal_espressif-latest/components/bt/host/bluedroid/bta/av/
Dbta_av_act.c1494 tBTA_AV_FEAT bta_av_check_peer_rc_features (UINT16 service_uuid, UINT16 *rc_features) in bta_av_check_peer_rc_features() argument
1544 if (rc_features) { in bta_av_check_peer_rc_features()
1545 *rc_features = categories; in bta_av_check_peer_rc_features()