Structure represents 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, which includes the service handler and the attribute handle.

Public Attributes#

uint32_t
uint16_t

Public Attribute Documentation#

serv_hndler#

uint32_t rsi_ble_gatt_remove_att_s::serv_hndler

Service handler


Definition at line 1738 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 1740 of file components/device/silabs/si91x/wireless/ble/inc/rsi_ble.h