prf_client_info_t Struct Reference

Profile client register information structure. More...

#include <ble_prf.h>

Public Attributes

uint16_t max_connection_nb
 
ble_prf_manager_cbs_tmanager_cbs
 
gattc_prf_cbs_tgattc_prf_cbs
 
ble_evt_handler_t gattc_evt_handler
 

Detailed Description

Profile client register information structure.

Definition at line 267 of file ble_prf.h.

Member Data Documentation

◆ gattc_evt_handler

ble_evt_handler_t prf_client_info_t::gattc_evt_handler

GATT client event handler in relation to the specific profile.

Definition at line 272 of file ble_prf.h.

◆ gattc_prf_cbs

gattc_prf_cbs_t* prf_client_info_t::gattc_prf_cbs

GATT client callback function in relation to the specific profile.

Definition at line 271 of file ble_prf.h.

◆ manager_cbs

ble_prf_manager_cbs_t* prf_client_info_t::manager_cbs

Profile manager callbacks.

Definition at line 270 of file ble_prf.h.

◆ max_connection_nb

uint16_t prf_client_info_t::max_connection_nb

Maximum connections the profile supports.

Definition at line 269 of file ble_prf.h.


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