Searched refs:num_active (Results 1 – 1 of 1) sorted by relevance
133 int num_active; member262 btif_hf_cb[idx].num_active = btif_hf_cb[idx].num_held = 0; in clear_phone_state_multihf()444 if ((btif_hf_cb[0].num_held + btif_hf_cb[0].num_active) == 0) in btif_hf_upstreams_evt()456 if ((btif_hf_cb[0].num_held + btif_hf_cb[0].num_active) == 0) in btif_hf_upstreams_evt()1023 static bt_status_t cind_response(int svc, int num_active, int num_held, in cind_response() argument1045 (num_active + num_held) ? 1 : 0, /* Call state */ in cind_response()1051 ((num_held == 0) ? 0 : ((num_active == 0) ? 2 : 1))); /* Call held */ in cind_response()1228 static bt_status_t phone_state_change(int num_active, int num_held, in phone_state_change() argument1254 num_active, btif_hf_cb[idx].num_active, num_held, in phone_state_change()1259 if (num_active == 0 && num_held == 0 && in phone_state_change()[all …]