android/client: Print number on query current calls in hf-client

This commit is contained in:
Lukasz Rymanowski 2014-11-05 15:39:14 +01:00 committed by Szymon Janc
parent 64fcdff5ad
commit 41825112da

View File

@ -312,6 +312,9 @@ static void hf_client_current_calls_callback(int index,
bthf_client_call_direction_t2str(dir),
bthf_client_call_state_t2str(state),
bthf_client_call_mpty_type_t2str(mpty));
if (number)
haltest_info("%s: number=%s\n", __func__, number);
}
/* Callback for audio volume change */