ble_prf_manager_cbs_t Struct Reference

Profile manager callbacks. More...

#include <ble_prf.h>

Public Attributes

prf_init_func_t init
 Initialization callback. More...
 
prf_on_connect_func_t on_connect
 Connection callback. More...
 
prf_on_disconnect_func_t on_disconnect
 Disconnection callback. More...
 

Detailed Description

Profile manager callbacks.

Definition at line 104 of file ble_prf.h.

Member Data Documentation

◆ init

prf_init_func_t ble_prf_manager_cbs_t::init

Initialization callback.

See prf_init_func_t.

Definition at line 106 of file ble_prf.h.

◆ on_connect

prf_on_connect_func_t ble_prf_manager_cbs_t::on_connect

Connection callback.

See prf_on_connect_func_t.

Definition at line 107 of file ble_prf.h.

◆ on_disconnect

prf_on_disconnect_func_t ble_prf_manager_cbs_t::on_disconnect

Disconnection callback.

See prf_on_disconnect_func_t.

Definition at line 108 of file ble_prf.h.


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