Searched refs:esp_hf_client_cb_param_t (Results 1 – 2 of 2) sorted by relevance
104 static inline void btc_hf_client_cb_to_app(esp_hf_client_cb_event_t event, esp_hf_client_cb_param_t… in btc_hf_client_cb_to_app()172 esp_hf_client_cb_param_t param = { in btc_hf_client_init()239 esp_hf_client_cb_param_t param = { in btc_hf_client_deinit()297 esp_hf_client_cb_param_t param; in btc_hf_client_connect_audio()298 memset(¶m, 0, sizeof(esp_hf_client_cb_param_t)); in btc_hf_client_connect_audio()808 esp_hf_client_cb_param_t param; in process_ind_evt()809 memset(¶m, 0, sizeof(esp_hf_client_cb_param_t)); in process_ind_evt()856 esp_hf_client_cb_param_t param; in btc_hf_client_cb_handler()859 memset(¶m, 0, sizeof(esp_hf_client_cb_param_t)); in btc_hf_client_cb_handler()
277 } esp_hf_client_cb_param_t; /*!< HFP client callback parameters */ typedef314 typedef void (* esp_hf_client_cb_t)(esp_hf_client_cb_event_t event, esp_hf_client_cb_param_t *param…