Searched refs:esp_avrc_tg_cb_param_t (Results 1 – 6 of 6) sorted by relevance
/hal_espressif-3.6.0/components/bt/host/bluedroid/btc/profile/std/avrc/ |
D | btc_avrc.c | 274 static inline void btc_avrc_tg_cb_to_app(esp_avrc_tg_cb_event_t event, esp_avrc_tg_cb_param_t *para… in btc_avrc_tg_cb_to_app() 417 esp_avrc_tg_cb_param_t param; in handle_rc_features() 418 memset(¶m, 0, sizeof(esp_avrc_tg_cb_param_t)); in handle_rc_features() 468 esp_avrc_tg_cb_param_t param; in handle_rc_connect() 469 memset(¶m, 0, sizeof(esp_avrc_tg_cb_param_t)); in handle_rc_connect() 527 esp_avrc_tg_cb_param_t param; in handle_rc_disconnect() 727 esp_avrc_tg_cb_param_t param; in btc_rc_upstreams_evt() 728 memset(¶m, 0, sizeof(esp_avrc_tg_cb_param_t)); in btc_rc_upstreams_evt() 735 esp_avrc_tg_cb_param_t param; in btc_rc_upstreams_evt() 766 esp_avrc_tg_cb_param_t param; in btc_rc_upstreams_evt() [all …]
|
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/coex/a2dp_gatts_coex/main/ |
D | bt_app_av.c | 109 void bt_app_rc_tg_cb(esp_avrc_tg_cb_event_t event, esp_avrc_tg_cb_param_t *param) in bt_app_rc_tg_cb() 117 … bt_app_work_dispatch(bt_av_hdl_avrc_tg_evt, event, param, sizeof(esp_avrc_tg_cb_param_t), NULL); in bt_app_rc_tg_cb() 329 esp_avrc_tg_cb_param_t *rc = (esp_avrc_tg_cb_param_t *)(p_param); in bt_av_hdl_avrc_tg_evt()
|
D | bt_app_av.h | 38 void bt_app_rc_tg_cb(esp_avrc_tg_cb_event_t event, esp_avrc_tg_cb_param_t *param);
|
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/classic_bt/a2dp_sink/main/ |
D | bt_app_av.c | 328 esp_avrc_tg_cb_param_t *rc = (esp_avrc_tg_cb_param_t *)(p_param); in bt_av_hdl_avrc_tg_evt() 429 void bt_app_rc_tg_cb(esp_avrc_tg_cb_event_t event, esp_avrc_tg_cb_param_t *param) in bt_app_rc_tg_cb() 438 … bt_app_work_dispatch(bt_av_hdl_avrc_tg_evt, event, param, sizeof(esp_avrc_tg_cb_param_t), NULL); in bt_app_rc_tg_cb()
|
D | bt_app_av.h | 51 void bt_app_rc_tg_cb(esp_avrc_tg_cb_event_t event, esp_avrc_tg_cb_param_t *param);
|
/hal_espressif-3.6.0/components/bt/host/bluedroid/api/include/api/ |
D | esp_avrc_api.h | 399 } esp_avrc_tg_cb_param_t; typedef 417 typedef void (* esp_avrc_tg_cb_t)(esp_avrc_tg_cb_event_t event, esp_avrc_tg_cb_param_t *param);
|