Add endpoint request handler for a protocomm instance This API will bind an endpoint handler function to the specified endpoint name, along with any private data that needs to be pass to the handler at the time of call.
Add endpoint security for a protocomm instance This API will bind a security session establisher to the specified endpoint name, along with any proof of possession that may be required for authenticating a session client.
Start Bluetooth Low Energy based transport layer for provisioning Initialize and start required BLE service for provisioning. This includes the initialization for characteristics/service for BLE.
Set endpoint for version verification This API can be used for setting an application specific protocol version which can be verified by clients through the endpoint.