12#ifndef NETWORK_PROVISIONING_SCHEME_BLE_H_
13#define NETWORK_PROVISIONING_SCHEME_BLE_H_
int network_prov_scheme_ble_set_service_uuid(const uint8_t uuid128[16])
Override the 128-bit GATT service UUID the device advertises and serves.
const struct network_prov_scheme network_prov_scheme_ble
BLE (GATT) transport scheme object.
int network_prov_scheme_ble_set_mfg_data(const uint8_t *data, size_t len)
Set manufacturer-specific data added to the BLE scan response, so a client can match the device on it...
Provisioning transport (scheme) vtable.