BLE_SMP_Keypress

C

uint16_t BLE_SMP_Keypress(uint16_t connHandle, uint8_t notifyType);

Parameters

ParameterDescription
[in] connHandleConnection handle associated with this connection.
[in] notifyTypeType of keypress notification. Refer to Keypress notification type for possible values.

Return values

Return valueDescription
MBA_RES_SUCCESSKeypress notification sent successfully.
MBA_RES_INVALID_PARAThe parameter is invalid.