Searched refs:num_held (Results 1 – 4 of 4) sorted by relevance
/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/std/hf_ag/ |
D | btc_hf_ag.c | 145 hf_local_param[idx].btc_hf_cb.num_held = 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 733 num_held, hf_local_param[idx].btc_hf_cb.num_held, 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() 745 (hf_local_param[idx].btc_hf_cb.num_held)) { in btc_hf_phone_state_update() 753 if (hf_local_param[idx].btc_hf_cb.num_held) { in btc_hf_phone_state_update() 766 if (((num_active + num_held) > 0) && in btc_hf_phone_state_update() 768 (hf_local_param[idx].btc_hf_cb.num_held == 0) && in btc_hf_phone_state_update() 806 } else if (num_held > hf_local_param[idx].btc_hf_cb.num_held) { 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/ |
D | esp_hf_ag_api.c | 417 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 433 arg.phone.num_held = num_held; 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 461 arg.phone.num_held = num_held; 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 489 arg.phone.num_held = num_held; 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 517 arg.phone.num_held = num_held; in esp_hf_ag_out_call()
|
/hal_espressif-latest/components/bt/host/bluedroid/api/include/api/ |
D | esp_hf_ag_api.h | 607 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/ |
D | btc_hf_ag.h | 179 int num_held; member 222 int num_held; member
|