HomeSort by relevance Sort by last modified time
    Searched refs:BTHF_CALL_STATE_IDLE (Results 1 - 3 of 3) sorted by null

  /external/bluetooth/bluedroid/btif/src/
btif_hf.c 226 btif_hf_cb.call_setup_state = BTHF_CALL_STATE_IDLE;
923 if (num_active == 0 && num_held == 0 && call_setup_state == BTHF_CALL_STATE_IDLE)
927 /* record call termination timestamp if there was an active/held call or callsetup state > BTHF_CALL_STATE_IDLE */
928 if ((btif_hf_cb.call_setup_state != BTHF_CALL_STATE_IDLE ) || (btif_hf_cb.num_active) ||(btif_hf_cb.num_held))
954 (btif_hf_cb.call_setup_state == BTHF_CALL_STATE_IDLE) )
976 case BTHF_CALL_STATE_IDLE:
    [all...]
btif_util.c 372 CASE_RETURN_STR(BTHF_CALL_STATE_IDLE)
  /hardware/libhardware/include/hardware/
bt_hf.h 185 BTHF_CALL_STATE_IDLE

Completed in 282 milliseconds