ble_gatt_dsc_fn
Function prototype for the GATT descriptor callback.
Syntax
typedef int ble_gatt_dsc_fn(uint16_t conn_handle,
const struct ble_gatt_error *error,
uint16_t chr_val_handle,
const struct ble_gatt_dsc *dsc,
void *arg);
![]()
typedef int ble_gatt_dsc_fn(uint16_t conn_handle,![]()
ble_gatt_dsc_fn *cb;