nRF5 SDK v16.0.0
Enumerations
Advertising Interval

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

Enumeration Type Documentation

Command codes for ADV_INT.

Enumerator
ADV_INT_CMD_READ_FEATURES 

ADV_INT Read supported features

ADV_INT_CMD_READ_VAL 

ADV_INT Read current value

ADV_INT_CMD_WRITE_VAL 

ADV_INT Write new value (2 bytes, little Endian)

: Response codes from ADV_INT

Enumerator
ADV_INT_RSP_READ_FEATURES_OK 
 Parameter is a 1 byte bitfield with bit 0 indicating

read is supported and bit 1 indicating write is supported

ADV_INT_RSP_READ_VAL_OK 
 Parameter is a 2 byte value of the current advertising interval,

as specified above

ADV_INT_RSP_WRITE_VAL_OK 

Parameter is the new advertising interval (2 bytes, little Endian)


Documentation feedback | Developer Zone | Subscribe | Updated