![]() |
S115 SoftDevice for nRF54LM20 API documentation 10.0.0
|
| uint32_t sd_ble_gap_keypress_notify | ( | uint16_t | conn_handle, |
| uint8_t | kp_not ) |
#include <ble_gap.h>
Notify the peer of a local keypress.
| Peripheral LESC Bonding: Passkey Entry, User Inputs on Peripheral |
| [in] | conn_handle | Connection handle. |
| [in] | kp_not | See GAP Keypress Notification Types. |
| NRF_SUCCESS | Keypress notification successfully queued for transmission. |
| NRF_ERROR_INVALID_PARAM | Invalid parameter(s) supplied. |
| NRF_ERROR_INVALID_STATE | Invalid state to perform operation. Either:
|
| BLE_ERROR_INVALID_CONN_HANDLE | Invalid connection handle supplied. |
| NRF_ERROR_BUSY | The BLE stack is busy. Retry at later time. |