OSDN Git Service

core/adapter: Fix using wrong address type to listen ATT
authorLuiz Augusto von Dentz <luiz.von.dentz@intel.com>
Mon, 14 Nov 2016 11:30:09 +0000 (13:30 +0200)
committerJohan Hedberg <johan.hedberg@intel.com>
Mon, 14 Nov 2016 11:50:42 +0000 (13:50 +0200)
commit4a8c33b1f76edf2dfe33b9956014cc2746ae71d8
tree4cedec63d6d8436ca7a96dab86a7a48b781092a5
parentf2483bbfd8e78522ceb8cc803c410e508e66655d
core/adapter: Fix using wrong address type to listen ATT

bdaddr_type shall only matter for controllers supporting LE otherwise
it may cause BDADDR_BREDR to be used for things like LE ATT socket
listen breaking reconnections.
src/adapter.c