OSDN Git Service

Pass passkey by pointer rather than by value
authorScott James Remnant <scott@netsplit.com>
Thu, 5 Apr 2012 22:29:34 +0000 (15:29 -0700)
committerJohan Hedberg <johan.hedberg@intel.com>
Thu, 12 Apr 2012 11:04:59 +0000 (14:04 +0300)
commit9bb3d6426307cd144c6557bebff60267b79ce192
tree3f1cbe4967827d9e89057f92883a3ebeb3025a88
parent0a054d5cbacec790d4063dc240880dfba5516909
Pass passkey by pointer rather than by value

This allows alternate data of a different type to be passed to
device_request_authentication() for other notification types such
as those that require a PIN.
src/device.c
src/device.h
src/event.c