Enumerations |
|
| enum |
ADV_INT_CMD
{
ADV_INT_CMD_READ_FEATURES = 0x01, ADV_INT_CMD_READ_VAL = 0x02, ADV_INT_CMD_WRITE_VAL = 0x03 } |
|
Command codes for ADV_INT.
More...
|
|
| enum |
ADV_INT_RSP
{
ADV_INT_RSP_READ_FEATURES_OK = 0x01, ADV_INT_RSP_READ_VAL_OK = 0x02, ADV_INT_RSP_WRITE_VAL_OK = 0x03 } |
|
: Response codes from ADV_INT
More...
|
|
Detailed Description
- ADV_INT is the feature to read and set the advertising interval.
- Legal values for the advertising interval are between 32 and 16384, inclusive. The real interval time is approximately equal to (adv_interval)*0.625 ms, e.g. an advertising interval of 3200 is approximately 2 seconds.
- - Errors for ADV_INT are returned as TOA_RSP_ERROR_UNSUPPORTED or TOA_RSP_ERROR_PARAMETERS errors
Enumeration Type Documentation
| enum ADV_INT_CMD |
| enum ADV_INT_RSP |
: Response codes from ADV_INT