Data structure of the parameters event.

Public Attributes#

uint8_t
uint16_t
uint16_t
uint16_t
uint16_t

Public Attribute Documentation#

connection#

uint8_t sl_bt_evt_connection_parameters_s::connection

Connection handle


Definition at line 6591 of file /mnt/raid/workspaces/ws.XK183xwsq/overlay/gsdk/protocol/bluetooth/build_release/bt_api/sw/bgapi/inc/sl_bt_api.h

interval#

uint16_t sl_bt_evt_connection_parameters_s::interval

Connection interval. Time = Value x 1.25 ms


Definition at line 6592 of file /mnt/raid/workspaces/ws.XK183xwsq/overlay/gsdk/protocol/bluetooth/build_release/bt_api/sw/bgapi/inc/sl_bt_api.h

latency#

uint16_t sl_bt_evt_connection_parameters_s::latency

Peripheral latency (how many connection intervals the peripheral can skip)


Definition at line 6593 of file /mnt/raid/workspaces/ws.XK183xwsq/overlay/gsdk/protocol/bluetooth/build_release/bt_api/sw/bgapi/inc/sl_bt_api.h

timeout#

uint16_t sl_bt_evt_connection_parameters_s::timeout

Supervision timeout. Time = Value x 10 ms


Definition at line 6595 of file /mnt/raid/workspaces/ws.XK183xwsq/overlay/gsdk/protocol/bluetooth/build_release/bt_api/sw/bgapi/inc/sl_bt_api.h

security_mode#

uint8_t sl_bt_evt_connection_parameters_s::security_mode

Enum sl_bt_connection_security_t. Connection security mode. Values:

  • sl_bt_connection_mode1_level1 (0x0): No security

  • sl_bt_connection_mode1_level2 (0x1): Unauthenticated pairing with encryption

  • sl_bt_connection_mode1_level3 (0x2): Authenticated pairing with encryption

  • sl_bt_connection_mode1_level4 (0x3): Authenticated Secure Connections pairing with encryption using a 128-bit strength encryption key


Definition at line 6596 of file /mnt/raid/workspaces/ws.XK183xwsq/overlay/gsdk/protocol/bluetooth/build_release/bt_api/sw/bgapi/inc/sl_bt_api.h

txsize#

uint16_t sl_bt_evt_connection_parameters_s::txsize

Deprecated and no longer used for reporting the connection data length update. Use the event sl_bt_evt_connection_data_length instead.


Definition at line 6608 of file /mnt/raid/workspaces/ws.XK183xwsq/overlay/gsdk/protocol/bluetooth/build_release/bt_api/sw/bgapi/inc/sl_bt_api.h