InPlay API
ble_basc_read_info_rsp_t Struct Reference

Parameters of the BASC_READ_INFO_RSP message. More...

#include <in_ble_prf_bas.h>

Data Fields

uint8_t info
 Characteristic info. More...
 
uint8_t bas_nb
 Battery Service Instance - From 0 to BASC_NB_BAS_INSTANCES_MAX-1.
 
union {
   uint8_t   batt_level
 Battery Level - if info = BASC_BATT_LVL_VAL.
 
   uint16_t   ntf_cfg
 Notification Configuration Value - if info = BASC_NTF_CFG.
 
   ble_char_pres_fmt_t   char_pres_format
 Characteristic Presentation Format - if info = BASC_BATT_LVL_PRES_FORMAT.
 
data
 Information data.
 

Detailed Description

Parameters of the BASC_READ_INFO_RSP message.

Field Documentation

◆ info

uint8_t info

Characteristic info.

See also
enum basc_info