BlueToe
an alternative GATT/BLE implementation
|
Device has a numeric keyboard that can input the numbers '0' to '9' and a confirmation. More...
#include <bluetoe/sm/include/bluetoe/io_capabilities.hpp>
Device has a numeric keyboard that can input the numbers '0' to '9' and a confirmation.
Device also has at least two buttons that can be easily mapped to 'yes' and 'no' or the device has a mechanism whereby the user can indicate either 'yes' or 'no'.
The parameter T have to be a class type with following none static member functions:
int sm_pairing_passkey(); bool sm_pairing_yes_no();