ble_gap_wl_set

int
ble_gap_wl_set(
    const ble_addr_t *addrs,
             uint8_t  white_list_count
)

Description

Overwrites the controller's white list with the specified contents.

Parameters

ParameterDescription
addrsThe entries to write to the white list.
white_list_countThe number of entries in the white list.

Returned values

ValueCondition
0Success.
Core return codeUnexpected error.