prf_server_info_t Struct Reference

Profile server register information structure. More...

#include <ble_prf.h>

Public Attributes

uint16_t max_connection_nb
 
ble_prf_manager_cbs_tmanager_cbs
 
ble_evt_handler_t gatts_evt_handler
 

Detailed Description

Profile server register information structure.

Definition at line 164 of file ble_prf.h.

Member Data Documentation

◆ gatts_evt_handler

ble_evt_handler_t prf_server_info_t::gatts_evt_handler

GATT server event handler in relation to the specific profile.

Definition at line 168 of file ble_prf.h.

◆ manager_cbs

ble_prf_manager_cbs_t* prf_server_info_t::manager_cbs

Profile manager callbacks.

Definition at line 167 of file ble_prf.h.

◆ max_connection_nb

uint16_t prf_server_info_t::max_connection_nb

Maximum connections the profile supports.

Definition at line 166 of file ble_prf.h.


The documentation for this struct was generated from the following file: