|
Lines 1078-1084
Link Here
|
| 1078 |
"Supervision timeout: %dms\n", |
1078 |
"Supervision timeout: %dms\n", |
| 1079 |
10 * le16toh(conn_event->supervision_timeout)); |
1079 |
10 * le16toh(conn_event->supervision_timeout)); |
| 1080 |
fprintf(stdout, |
1080 |
fprintf(stdout, |
| 1081 |
"Master clock accuracy: %sn", |
1081 |
"Master clock accuracy: %s\n", |
| 1082 |
hci_mc_accuracy2str( |
1082 |
hci_mc_accuracy2str( |
| 1083 |
conn_event->master_clock_accuracy)); |
1083 |
conn_event->master_clock_accuracy)); |
| 1084 |
} |
1084 |
} |