mirror of
https://git.kernel.org/pub/scm/bluetooth/bluez.git
synced 2024-12-01 08:04:48 +08:00
android/client: Print number on query current calls in hf-client
This commit is contained in:
parent
64fcdff5ad
commit
41825112da
@ -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 */
|
||||
|
Loading…
Reference in New Issue
Block a user