Searched refs:cind_rep (Results 1 – 4 of 4) sorted by relevance
/hal_espressif-latest/components/bt/host/bluedroid/api/ |
D | esp_hf_ag_api.c | 305 memcpy(&(arg.cind_rep.remote_addr), remote_addr, sizeof(esp_bd_addr_t)); in esp_hf_ag_cind_response() 306 arg.cind_rep.call_state = call_state; in esp_hf_ag_cind_response() 307 arg.cind_rep.call_setup_state = call_setup_state; in esp_hf_ag_cind_response() 308 arg.cind_rep.ntk_state = ntk_state; in esp_hf_ag_cind_response() 309 arg.cind_rep.signal = signal; in esp_hf_ag_cind_response() 310 arg.cind_rep.roam = roam; in esp_hf_ag_cind_response() 311 arg.cind_rep.batt_lev = batt_lev; in esp_hf_ag_cind_response() 312 arg.cind_rep.call_held_state = call_held_status; in esp_hf_ag_cind_response()
|
/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/std/hf_ag/ |
D | btc_hf_ag.c | 1192 btc_hf_cind_response(&arg->cind_rep.remote_addr, in btc_hf_call_handler() 1193 arg->cind_rep.call_state, arg->cind_rep.call_setup_state, in btc_hf_call_handler() 1194 … arg->cind_rep.ntk_state, arg->cind_rep.signal, arg->cind_rep.roam, arg->cind_rep.batt_lev, in btc_hf_call_handler() 1195 arg->cind_rep.call_held_state); in btc_hf_call_handler() 1497 …memcpy(param.cind_rep.remote_addr, &hf_local_param[idx].btc_hf_cb.connected_bda,sizeof(esp_bd_addr… in btc_hf_cb_handler()
|
/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/std/include/ |
D | btc_hf_ag.h | 129 } cind_rep; member
|
/hal_espressif-latest/components/bt/host/bluedroid/api/include/api/ |
D | esp_hf_ag_api.h | 145 …} cind_rep; /*!< AG callback param of ESP_HF_CIND_RESPONSE_EVT */ member
|