Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependents: TYBLE16_simple_data_logger TYBLE16_MP3_Air
PasskeyAscii Class Reference
Passkey stored as a string of digits. More...
#include <BLETypes.h>
Public Member Functions | |
PasskeyAscii () | |
Default to all zeroes. | |
PasskeyAscii (const uint8_t *passkey) | |
Initialize a data from a string. | |
PasskeyAscii (passkey_num_t passkey) | |
Initialize a data from a number. | |
operator passkey_num_t () | |
Cast to number. | |
uint8_t * | value () |
Return the pointer to the buffer holding the string. | |
Static Public Member Functions | |
static uint32_t | to_num (const uint8_t *ascii) |
Convert ASCII string of digits into a number. |
Detailed Description
Passkey stored as a string of digits.
Definition at line 239 of file BLETypes.h.
Constructor & Destructor Documentation
PasskeyAscii | ( | ) |
Default to all zeroes.
Definition at line 247 of file BLETypes.h.
PasskeyAscii | ( | const uint8_t * | passkey ) |
Initialize a data from a string.
- Parameters:
-
[in] passkey value of the data.
Definition at line 256 of file BLETypes.h.
PasskeyAscii | ( | passkey_num_t | passkey ) |
Initialize a data from a number.
- Parameters:
-
[in] passkey value of the data.
Definition at line 269 of file BLETypes.h.
Member Function Documentation
operator passkey_num_t | ( | ) |
Cast to number.
Definition at line 280 of file BLETypes.h.
static uint32_t to_num | ( | const uint8_t * | ascii ) | [static] |
Convert ASCII string of digits into a number.
- Parameters:
-
[in] ascii ASCII string of 6 digits stored as ASCII characters
- Returns:
- Passkey as a number.
Definition at line 289 of file BLETypes.h.
uint8_t* value | ( | ) |
Return the pointer to the buffer holding the string.
Definition at line 300 of file BLETypes.h.
Generated on Tue Jul 12 2022 13:55:39 by
