Home
last modified time | relevance | path

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

/system/bt/btif/src/
Dbtif_hf.c160 int num_held; member
300 btif_hf_cb[idx].num_active = btif_hf_cb[idx].num_held = 0; in clear_phone_state_multihf()
498 if ((btif_hf_cb[0].num_held + btif_hf_cb[0].num_active) == 0) in btif_hf_upstreams_evt()
510 if ((btif_hf_cb[0].num_held + btif_hf_cb[0].num_active) == 0) in btif_hf_upstreams_evt()
1068 static bt_status_t cind_response(int svc, int num_active, int num_held, in cind_response() argument
1092 (num_active + num_held) ? 1 : 0, /* Call state */ in cind_response()
1098 ((num_held == 0) ? 0 : ((num_active == 0) ? 2 : 1))); /* Call held */ in cind_response()
1246 static bt_status_t phone_state_change(int num_active, int num_held, bthf_call_state_t call_setup_st… in phone_state_change() argument
1270 num_held, btif_hf_cb[idx].num_held, dump_hf_call_state(call_setup_state), in phone_state_change()
1274 if (num_active == 0 && num_held == 0 && call_setup_state == BTHF_CALL_STATE_IDLE) in phone_state_change()
[all …]