Home
last modified time | relevance | path

Searched refs:ind_change (Results 1 – 3 of 3) sorted by relevance

/hal_espressif-latest/components/bt/host/bluedroid/api/
Desp_hf_ag_api.c253 memcpy(&(arg.ind_change.remote_addr), remote_addr, sizeof(esp_bd_addr_t)); in esp_hf_ag_devices_status_indchange()
254 arg.ind_change.call_state = call_state; in esp_hf_ag_devices_status_indchange()
255 arg.ind_change.call_setup_state = call_setup_state; in esp_hf_ag_devices_status_indchange()
256 arg.ind_change.ntk_state = ntk_state; in esp_hf_ag_devices_status_indchange()
257 arg.ind_change.signal = signal; in esp_hf_ag_devices_status_indchange()
/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/std/include/
Dbtc_hf_ag.h111 } ind_change; member
/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/std/hf_ag/
Dbtc_hf_ag.c1178 btc_hf_indchange_notification(&arg->ind_change.remote_addr, in btc_hf_call_handler()
1179 … arg->ind_change.call_state, arg->ind_change.call_setup_state, in btc_hf_call_handler()
1180 arg->ind_change.ntk_state, arg->ind_change.signal); in btc_hf_call_handler()