Structure represents the BLE request to set privacy mode.
This structure is used to define the parameters for a BLE request to set the privacy mode, which includes the address type and address of the remote device, and the privacy mode to be set.
Public Attributes#
uint8_t
Address type of the remote device.
uint8_t
Address of the remote device.
uint8_t
Privacy mode to be set.
Public Attribute Documentation#
remote_dev_addr_type#
uint8_t rsi_ble_set_privacy_mode_s::remote_dev_addr_type
Address type of the remote device.
Definition at line
1045
of file components/device/silabs/si91x/wireless/ble/inc/rsi_ble.h
remote_dev_addr#
uint8_t rsi_ble_set_privacy_mode_s::remote_dev_addr[RSI_DEV_ADDR_LEN]
Address of the remote device.
Definition at line
1047
of file components/device/silabs/si91x/wireless/ble/inc/rsi_ble.h
privacy_mode#
uint8_t rsi_ble_set_privacy_mode_s::privacy_mode
Privacy mode to be set.
Definition at line
1049
of file components/device/silabs/si91x/wireless/ble/inc/rsi_ble.h