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... | |
GATT common callback function description.
Definition at line 88 of file ble_gatt.h.
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.
void(* gatt_common_cb_fun_t::app_gatt_prf_register_cb) (uint8_t status, uint8_t prf_index) |
Profile register callback function.
Definition at line 91 of file ble_gatt.h.