#[repr(C)]pub struct ble_gatts_evt_rw_authorize_request_t {
pub type_: u8,
pub request: ble_gatts_evt_rw_authorize_request_t__bindgen_ty_1,
}
Expand description
@brief Event structure for @ref BLE_GATTS_EVT_RW_AUTHORIZE_REQUEST.
Fields§
§type_: u8
< Type of authorize operation, see @ref BLE_GATTS_AUTHORIZE_TYPES.
request: ble_gatts_evt_rw_authorize_request_t__bindgen_ty_1
< Request Parameters.