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
bfbda174
Commit
bfbda174
authored
8 years ago
by
TreeHugger Robot
Committed by
Android (Google) Code Review
8 years ago
Browse files
Options
Download
Plain Diff
Merge "HOGP: Clear pending operations for a given device on connect" into nyc-dev
parents
8577ffca
4362b8c5
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
bta/hh/bta_hh_le.c
bta/hh/bta_hh_le.c
+2
-0
No files found.
bta/hh/bta_hh_le.c
View file @
bfbda174
...
...
@@ -1295,6 +1295,8 @@ void bta_hh_gatt_open(tBTA_HH_DEV_CB *p_cb, tBTA_HH_DATA *p_buf)
bta_hh_cb
.
le_cb_index
[
BTA_HH_GET_LE_CB_IDX
(
p_cb
->
hid_handle
)]
=
p_cb
->
index
;
gatt_op_queue_clean
(
p_cb
->
conn_id
);
#if BTA_HH_DEBUG == TRUE
APPL_TRACE_DEBUG
(
"hid_handle = %2x conn_id = %04x cb_index = %d"
,
p_cb
->
hid_handle
,
p_cb
->
conn_id
,
p_cb
->
index
);
#endif
...
...
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