OSDN Git Service

Dequeues direct connection request during cancel conn operation
authorSubramanian Srinivasan <subrsrin@codeaurora.org>
Thu, 21 Aug 2014 23:46:04 +0000 (16:46 -0700)
committerJakub Pawlowski <jpawlowski@google.com>
Mon, 24 Oct 2016 17:20:11 +0000 (10:20 -0700)
commit0e4989b58ff7011f75d0ad00e14c7abc90f57e25
tree391b7071789298b63052ca4cf09c29503b64bbb5
parent16e112b1861d8f1147325372608c905627e00e88
Dequeues direct connection request during cancel conn operation

When cancel connection request for a device is sent
from an app and if the current pending connection
request's BD address does not match with this device,
the entries of the connection request pending queue
are also checked. If BD address match occurs with an
entry in the connection request queue, the entry is
removed from the queue.

Change-Id: I1bf50a424d86ac53a5201fff742c822f4c8d1c0b
stack/btm/btm_ble_bgconn.cc
stack/btm/btm_ble_int.h
stack/gatt/gatt_main.cc
stack/l2cap/l2c_ble.cc