commit | 2685a94c02d8589a4390e144a5a559d2aded984e | [log] [tgz] |
---|---|---|
author | Martin Rieva <mrrv@demant.com> | Thu Jan 23 11:45:20 2020 +0100 |
committer | Johan Hedberg <johan.hedberg@gmail.com> | Fri Jan 31 20:39:25 2020 +0200 |
tree | 6d85cc087ac2ebf86b2e429f83ca02c9b5a29ce5 | |
parent | 34346c41ac6ff69d10e2b078bba378d6715f665c [diff] |
Bluetooth: Host: Add generic pairing query callback Similar to pairing_confirm this callback is called each time a peer requests pairing, but for all types of pairings, except SSP. The pairing req/rsp information is passed as a parameter so the application can decide wheter to accept or reject the pairing. Fixes: #21036 Signed-off-by: Martin Rieva <mrrv@demant.com>