GATT common callback function description. More...

#include <ble_gatt.h>

Public Attributes

void(* app_gatt_mtu_exchange_cb )(uint8_t conn_idx, uint8_t status, uint16_t mtu)
 Exchange MTU callback function. More...
 
void(* app_gatt_prf_register_cb )(uint8_t status, uint8_t prf_index)
 Profile register callback function. More...
 

Detailed Description

GATT common callback function description.

Definition at line 88 of file ble_gatt.h.

Member Data Documentation

◆ app_gatt_mtu_exchange_cb

void(* gatt_common_cb_fun_t::app_gatt_mtu_exchange_cb) (uint8_t conn_idx, uint8_t status, uint16_t mtu)

Exchange MTU callback function.

Definition at line 90 of file ble_gatt.h.

◆ app_gatt_prf_register_cb

void(* gatt_common_cb_fun_t::app_gatt_prf_register_cb) (uint8_t status, uint8_t prf_index)

Profile register callback function.

Note
prf_index range is from 0 to profile count - 1. prf_index is current profile index.

Definition at line 91 of file ble_gatt.h.


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