Home
last modified time | relevance | path

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

/hal_espressif-3.4.0/components/bt/host/bluedroid/api/include/api/
Desp_avrc_api.h328 uint32_t feat_mask; /*!< AVRC feature mask of remote device */ member
363 uint32_t feat_mask; /*!< AVRC feature mask of remote device */ member
/hal_espressif-3.4.0/examples/bluetooth/bluedroid/coex/a2dp_gatts_coex/main/
Dbt_app_av.c273 …ESP_LOGI(BT_RC_CT_TAG, "AVRC remote features %x, TG features %x", rc->rmt_feats.feat_mask, rc->rmt… in bt_av_hdl_avrc_ct_evt()
364 …ESP_LOGI(BT_RC_TG_TAG, "AVRC remote features %x, CT features %x", rc->rmt_feats.feat_mask, rc->rmt… in bt_av_hdl_avrc_tg_evt()
/hal_espressif-3.4.0/examples/bluetooth/bluedroid/classic_bt/a2dp_sink/main/
Dbt_app_av.c304 …ESP_LOGI(BT_RC_CT_TAG, "AVRC remote features %x, TG features %x", rc->rmt_feats.feat_mask, rc->rmt… in bt_av_hdl_avrc_ct_evt()
369 …ESP_LOGI(BT_RC_TG_TAG, "AVRC remote features: %x, CT features: %x", rc->rmt_feats.feat_mask, rc->r… in bt_av_hdl_avrc_tg_evt()
/hal_espressif-3.4.0/components/bt/host/bluedroid/btc/profile/std/avrc/
Dbtc_avrc.c409 param.rmt_feats.feat_mask = btc_rc_cb.rc_features; in handle_rc_features()
419 param.rmt_feats.feat_mask = btc_rc_cb.rc_features; in handle_rc_features()
/hal_espressif-3.4.0/examples/bluetooth/bluedroid/classic_bt/a2dp_source/main/
Dmain.c677 …ESP_LOGI(BT_RC_CT_TAG, "AVRC remote features %x, TG features %x", rc->rmt_feats.feat_mask, rc->rmt… in bt_av_hdl_avrc_ct_evt()