Zephyr sample code for adding multiple service UUID to advertisement

I have added NUS service UUID to advertisement data structure. And I would like to add SMP service UUID to advertisement data structure. Does Nordic provide sample code?

static const struct bt_data sd[] = {
    BT_DATA_BYTES(BT_DATA_UUID128_ALL, BT_UUID_NUS_VAL),
};

Related