ble_gattc_err_fn
Error functions - these handle an incoming ATT error response and apply it to the appropriate active GATT procedure.
Syntax
typedef void ble_gattc_err_fn(struct ble_gattc_proc *proc, int status,
uint16_t att_handle);
![]()
typedef void ble_gattc_err_fn(struct ble_gattc_proc *proc, int status,![]()
static ble_gattc_err_fn ble_gattc_mtu_err;![]()
static ble_gattc_err_fn ble_gattc_disc_all_svcs_err;![]()
static ble_gattc_err_fn ble_gattc_disc_chr_uuid_err;![]()
static ble_gattc_err_fn ble_gattc_disc_all_dscs_err;![]()
static ble_gattc_err_fn ble_gattc_read_err;![]()
static ble_gattc_err_fn ble_gattc_read_uuid_err;![]()
static ble_gattc_err_fn ble_gattc_read_long_err;![]()
static ble_gattc_err_fn ble_gattc_read_mult_err;![]()
static ble_gattc_err_fn ble_gattc_read_mult_var_err;![]()
static ble_gattc_err_fn ble_gattc_write_long_err;![]()
static ble_gattc_err_fn ble_gatts_indicate_err;![]()
static ble_gattc_err_fn *![]()
ble_gattc_err_fn *err_cb;![]()
ble_gattc_err_fn *err_cb;
![]()
return