hfp: place call with number

This commit is contained in:
Milanka Ringwald 2015-11-20 17:30:08 +01:00
parent daf14d5808
commit 58600edc4c

View File

@ -1012,6 +1012,7 @@ static void hfp_handle_rfcomm_data(uint8_t packet_type, uint16_t channel, uint8_
context->ok_pending = 1;
hfp_ag_call_sm(HFP_AG_TERMINATE_CALL_BY_HF, context);
case HFP_CMD_CALL_PHONE_NUMBER:
context->ok_pending = 1;
hfp_emit_string_event(hfp_callback, HFP_SUBEVENT_PLACE_CALL_WITH_NUMBER, context->place_call_with_number);
break;
default: