Home
last modified time | relevance | path

Searched refs:num_active (Results 1 – 4 of 4) sorted by relevance

/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/std/hf_ag/
Dbtc_hf_ag.c144 hf_local_param[idx].btc_hf_cb.num_active = 0; \
712 static bt_status_t btc_hf_phone_state_update(bt_bdaddr_t *bd_addr,int num_active, int num_held, in btc_hf_phone_state_update() argument
732 num_active, hf_local_param[idx].btc_hf_cb.num_active, in btc_hf_phone_state_update()
738 …if (num_active == 0 && num_held == 0 && call_state == ESP_HF_CALL_STATUS_NO_CALLS && call_setup_st… in btc_hf_phone_state_update()
744 (hf_local_param[idx].btc_hf_cb.num_active) || in btc_hf_phone_state_update()
766 if (((num_active + num_held) > 0) && in btc_hf_phone_state_update()
767 (hf_local_param[idx].btc_hf_cb.num_active == 0) && in btc_hf_phone_state_update()
803 if (num_active > hf_local_param[idx].btc_hf_cb.num_active) { in btc_hf_phone_state_update()
817 if (num_active > hf_local_param[idx].btc_hf_cb.num_active) { in btc_hf_phone_state_update()
836 if (num_active || num_held) { in btc_hf_phone_state_update()
[all …]
/hal_espressif-latest/components/bt/host/bluedroid/api/
Desp_hf_ag_api.c417 esp_err_t esp_hf_ag_answer_call(esp_bd_addr_t remote_addr, int num_active, int num_held, in esp_hf_ag_answer_call() argument
432 arg.phone.num_active = num_active; in esp_hf_ag_answer_call()
445 esp_err_t esp_hf_ag_reject_call(esp_bd_addr_t remote_addr, int num_active, int num_held, in esp_hf_ag_reject_call() argument
460 arg.phone.num_active = num_active; in esp_hf_ag_reject_call()
473 esp_err_t esp_hf_ag_end_call(esp_bd_addr_t remote_addr, int num_active, int num_held, in esp_hf_ag_end_call() argument
488 arg.phone.num_active = num_active; in esp_hf_ag_end_call()
501 esp_err_t esp_hf_ag_out_call(esp_bd_addr_t remote_addr, int num_active, int num_held, in esp_hf_ag_out_call() argument
516 arg.phone.num_active = num_active; in esp_hf_ag_out_call()
/hal_espressif-latest/components/bt/host/bluedroid/api/include/api/
Desp_hf_ag_api.h607 esp_err_t esp_hf_ag_answer_call(esp_bd_addr_t remote_addr, int num_active, int num_held,
629 esp_err_t esp_hf_ag_reject_call(esp_bd_addr_t remote_addr, int num_active, int num_held,
654 esp_err_t esp_hf_ag_out_call(esp_bd_addr_t remote_addr, int num_active, int num_held,
676 esp_err_t esp_hf_ag_end_call(esp_bd_addr_t remote_addr, int num_active, int num_held,
/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/std/include/
Dbtc_hf_ag.h178 int num_active; member
221 int num_active; member