Searched refs:feat_mask (Results 1 – 5 of 5) sorted by relevance
/hal_espressif-3.4.0/components/bt/host/bluedroid/api/include/api/ |
D | esp_avrc_api.h | 328 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/ |
D | bt_app_av.c | 273 …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/ |
D | bt_app_av.c | 304 …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/ |
D | btc_avrc.c | 409 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/ |
D | main.c | 677 …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()
|