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.


att_hndl#

uint16_t rsi_ble_gatt_remove_att_s::att_hndl

Attribute handle.