OSDN Git Service

core: Fix canceling pairing through mgmt
authorJohan Hedberg <johan.hedberg@intel.com>
Tue, 22 Jan 2013 12:57:18 +0000 (14:57 +0200)
committerJohan Hedberg <johan.hedberg@intel.com>
Tue, 22 Jan 2013 12:57:18 +0000 (14:57 +0200)
commitcdc215e1b48599c1a96acae195dd5980453c9304
tree56d1cde3c6918721f7b3eb3a0221762992a2e55d
parentf46bba7faad1327a90652583328818f0fc446b91
core: Fix canceling pairing through mgmt

The mgmt_reply() function should be used instead of mgmt_send() since
otherwise the request obeys the usual command queuing which wont work
due to the pending mgmt_pair_device command.
src/adapter.c