Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/bt/host/bluedroid/api/include/api/
Desp_avrc_api.h329 uint16_t tg_feat_flag; /*!< feature flag of remote device as TG */ member
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/coex/a2dp_gatts_coex/main/
Dbt_app_av.c273 …G, "AVRC remote features %x, TG features %x", rc->rmt_feats.feat_mask, rc->rmt_feats.tg_feat_flag); in bt_av_hdl_avrc_ct_evt()
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/classic_bt/a2dp_sink/main/
Dbt_app_av.c304 …G, "AVRC remote features %x, TG features %x", rc->rmt_feats.feat_mask, rc->rmt_feats.tg_feat_flag); in bt_av_hdl_avrc_ct_evt()
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/classic_bt/a2dp_source/main/
Dmain.c677 …G, "AVRC remote features %x, TG features %x", rc->rmt_feats.feat_mask, rc->rmt_feats.tg_feat_flag); in bt_av_hdl_avrc_ct_evt()
/hal_espressif-3.6.0/components/bt/host/bluedroid/btc/profile/std/avrc/
Dbtc_avrc.c410 param.rmt_feats.tg_feat_flag = btc_rc_cb.rc_tg_features; in handle_rc_features()