ble_gap_adv_rsp_set_data

int
ble_gap_adv_rsp_set_data(
    const uint8_t *data,
              int  data_len
)

Description

Configures the data to include in subsequent scan responses.

Parameters

ParameterDescription
dataBuffer containing the scan response data.
data_lenThe size of the response data, in bytes.

Returned values

ValueCondition
0Success.
BLE_HS_EBUSYAdvertising is in progress.
Core return codeUnexpected error.