Bluetooth LE Profile API document
Bluetooth LE Profile API document Rev.1.00 [May 22, 2020]
st_ble_servs_evt_data_t Struct Reference

Data Fields

uint16_t conn_hdl
 
uint16_t param_len
 
const void * p_param
 

Field Documentation

◆ conn_hdl

uint16_t st_ble_servs_evt_data_t::conn_hdl

Connection handle.

◆ param_len

uint16_t st_ble_servs_evt_data_t::param_len

Event parameter length.

◆ p_param

const void* st_ble_servs_evt_data_t::p_param

Event parameter.
Value is set after decode function is called.