prov_bearer is only used within ESP-IDF.
 
Symbols
loading...
Files
loading...
SummarySyntaxRelatedReferences

Fields

Field
Declared as
Description
Provisioning bearer type.
int (*)(const struct prov_bearer_cb *cb, void *cb_data)
Enable link establishment as a provisionee. Prompts the bearer to make itself visible to provisioners, and start accepting link open messages.
int (*)(struct os_mbuf *buf, prov_bearer_send_complete_t cb, void *cb_data)
Send a packet on an established link.
void (*)(void)
Clear any ongoing transmissions, if possible. Bearers that don't support tx clearing must implement this callback and leave it empty.
int (*)(const uint8_t uuid[16], int32_t timeout, const struct prov_bearer_cb *cb, void *cb_data)
Open a new link as a provisioner. Only available in provisioners. Bearers that don't support the provisioner role should leave this as NULL.
void (*)(enum prov_bearer_link_status status)
Close the current link. Only available in provisioners. Bearers that don't support the provisioner role should leave this as NULL.

References

from examples