Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
halo
system_bt
Commits
10dd30d4
Commit
10dd30d4
authored
9 years ago
by
Ajay Panicker
Browse files
Options
Download
Email Patches
Plain Diff
Clean up dump printout
Change-Id: I0b7e5a9dda30875c9fc877baffa0daac9184cd42
parent
6fd198ee
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
btif/src/btif_dm.c
btif/src/btif_dm.c
+2
-1
No files found.
btif/src/btif_dm.c
View file @
10dd30d4
...
...
@@ -3498,7 +3498,8 @@ void btif_debug_bond_event_dump(int fd) {
pthread_mutex_lock
(
&
bond_event_lock
);
dprintf
(
fd
,
"
\n
Bond Events:
\n
"
);
dprintf
(
fd
,
" Total Number of events: %zu
\n
"
,
btif_num_bond_events
);
dprintf
(
fd
,
" Time BD_ADDR Function State
\n
"
);
if
(
btif_num_bond_events
>
0
)
dprintf
(
fd
,
" Time BD_ADDR Function State
\n
"
);
for
(
size_t
i
=
btif_events_start_index
;
i
!=
btif_events_end_index
;
i
=
(
i
+
1
)
%
(
MAX_BTIF_BOND_EVENT_ENTRIES
+
1
))
{
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment