Structure representing the BLE GATT command to remove an attribute.

This structure is used to define the parameters for a BLE GATT command to remove an attribute, including the service handler and the attribute handle.

Public Attributes#

uint32_t

Service handler.

uint16_t

Attribute handle.

Public Attribute Documentation#

serv_hndler#

uint32_t rsi_ble_gatt_remove_att_s::serv_hndler

Service handler.


Definition at line 1726 of file components/device/silabs/si91x/wireless/ble/inc/rsi_ble.h

att_hndl#

uint16_t rsi_ble_gatt_remove_att_s::att_hndl

Attribute handle.


Definition at line 1728 of file components/device/silabs/si91x/wireless/ble/inc/rsi_ble.h