Found 26 other functions taking a
protocomm
argument:
Delete a protocomm instance This API will deallocate a protocomm instance that was created using `protocomm_new()`.
Remove endpoint request handler for a protocomm instance This API will remove a registered endpoint handler identified by an endpoint name.
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.
Calls the registered handler of an endpoint session for processing incoming data and generating the response
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.
Stop Bluetooth Low Energy based transport layer for provisioning Stops service/task responsible for BLE based interactions for provisioning
Stop HTTPD protocomm transport This API cleans up the HTTPD transport protocomm and frees all the handlers registered with the protocomm.
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.
Start HTTPD protocomm transport This API internally creates a framework to allow endpoint registration and security configuration for the protocomm.
Remove endpoint security for a protocomm instance This API will remove a registered security endpoint identified by an endpoint name.
Remove version verification endpoint from a protocomm instance This API will remove a registered version endpoint identified by an endpoint name.
Stop console protocomm transport
Start console based protocomm transport
Allocates internal resources for new transport session
Frees internal resources used by a transport session