OSDN Git Service

Find connection ID on BR/EDR
authorChao Quan <chao.quan@mediatek.com>
Mon, 23 Oct 2017 11:56:16 +0000 (19:56 +0800)
committerJakub Pawlowski <jpawlowski@google.com>
Tue, 5 Dec 2017 12:55:56 +0000 (12:55 +0000)
commit72b64d5302e1be70f25c27470b200829799628ea
tree838ced38c3dd7de2834c23b221ff7e2fc85e35f0
parent424f2cc7b73748250af3e16c41734f237581fa34
Find connection ID on BR/EDR

GATT profile may send service change indication to its
connected client and gatt_profile_find_conn_id_by_bd_addr
function helps gatt profile to find its connected client.
Gatt profile may use a BR/EDR link. So need to check it
also to avoid missing.

Test: manual
Change-Id: Ieb64cf6eab9d94352440c876be69990a7a4eb57f
stack/gatt/gatt_attr.cc