mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-02-10 06:40:23 +00:00
doc: write about sm keypress notifications in 4.2
This commit is contained in:
parent
76427ed5d9
commit
9dcc7a0dfc
@ -873,6 +873,9 @@ called.
|
||||
|
||||
After the bonding process, *SM_EVENT_JUST_WORKS_CANCEL*, *SM_EVENT_PASSKEY_DISPLAY_CANCEL*, or *SM_EVENT_NUMERIC_COMPARISON_CANCEL* is emitted to update the user interface if an Just Works request or a passkey has been shown before.
|
||||
|
||||
### Keypress Notifications
|
||||
|
||||
As part of Bluetooth Core V4.2 specification, a device with a keyboard but no display can send keypress notifications to provide better user feedback. In BTstack, the *sm_keypress_notification()* function is used for sending notifcations. Notifications are received by BTstack via the *SM_EVENT_KEYPRESS_NOTIFICATION* event.
|
||||
|
||||
### Out-of-Band Data with LE Legacy Pairing
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user