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

  /external/bluetooth/bluedroid/btif/src/
btif_hf.c 123 bthf_call_state_t call_setup_state; member in struct:_btif_hf_cb
226 btif_hf_cb.call_setup_state = BTHF_CALL_STATE_IDLE;
762 bthf_call_state_t call_setup_state,
777 callstate_to_callsetup(call_setup_state), /* Callsetup state */
907 static bt_status_t phone_state_change(int num_active, int num_held, bthf_call_state_t call_setup_state,
920 dump_hf_call_state(call_setup_state), dump_hf_call_state(btif_hf_cb.call_setup_state));
923 if (num_active == 0 && num_held == 0 && call_setup_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)
    [all...]
  /hardware/libhardware/include/hardware/
bt_hf.h 247 bt_status_t (*cind_response)(int svc, int num_active, int num_held, bthf_call_state_t call_setup_state,
275 bt_status_t (*phone_state_change) (int num_active, int num_held, bthf_call_state_t call_setup_state,

Completed in 138 milliseconds