BlueToe
an alternative GATT/BLE implementation
Loading...
Searching...
No Matches
bluetoe::pairing_keyboard< T, Obj > Struct Template Reference

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>

Detailed Description

template<typename T, T & Obj>
struct bluetoe::pairing_keyboard< T, Obj >

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();

See also
pairing_yes_no
pairing_no_input

The documentation for this struct was generated from the following file: