Searched refs:num_active (Results 1 – 1 of 1) sorted by relevance
159 int num_active; member300 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() argument1092 (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() argument1269 " call_setup=%s [prev: %s]", num_active, btif_hf_cb[idx].num_active, in phone_state_change()1274 if (num_active == 0 && num_held == 0 && call_setup_state == BTHF_CALL_STATE_IDLE) in phone_state_change()[all …]