Bluetooth LE Profile API document
Bluetooth LE Profile API document Rev.1.00 [May 22, 2020]
st_ble_gap_white_list_conf_evt_t Struct Reference

This structure notifies that White List has been configured. More...

Data Fields

uint8_t op_code
 The operation for White List. More...
 
uint8_t num
 The number or devices which have been added to or deleted from White List. More...
 

Detailed Description

This structure notifies that White List has been configured.

Field Documentation

◆ op_code

uint8_t st_ble_gap_white_list_conf_evt_t::op_code

The operation for White List.

value description
0x01 A device was added to White List.
0x02 A device was deleted from White List.
0x03 White List was cleared.

◆ num

uint8_t st_ble_gap_white_list_conf_evt_t::num

The number or devices which have been added to or deleted from White List.