ESP-IDF
bt_mesh_provisioner_pb_gatt_recv()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Related
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
bt_mesh_provisioner_pb_gatt_recv()
bt_mesh_provisioner_pb_gatt_recv() function
This function handles the received PB-GATT provision PDUs.
Syntax
Show:
Summary
Declaration
from
prov_pvnr.h:107
int
bt_mesh_provisioner_pb_gatt_recv
(
struct
bt_mesh_conn
*
conn
,
struct
net_buf_simple
*
buf
)
;
Arguments
Argument
Description
conn
Pointer to the bt_conn structure
buf
Pointer to the buffer containing provision PDUs
Return value
Zero - success, otherwise - fail
Related Functions
Found 40 other functions taking a
bt_mesh_conn
argument:
Function
Description
bt_mesh_gattc_disconnect()
bt_mesh_gatts_attr_read()
bt_mesh_pb_gatt_close()
bt_mesh_gatts_attr_read_chrc()
bt_mesh_conn_ref()
bt_mesh_proxy_server_segment_send()
bt_mesh_pb_gatt_open()
bt_mesh_pb_gatt_recv()
find_server()
bt_mesh_gatts_disconnect()
bt_mesh_conn_unref()
find_client()
proxy_send()
proxy_send()
bt_mesh_gatts_attr_read_service()
bt_mesh_gatts_notify()
bt_mesh_proxy_server_send()
bt_mesh_gatt_get_mtu()
bt_mesh_gattc_get_service_uuid()
bt_mesh_gattc_get_mtu_info()
bt_mesh_gattc_write_no_rsp()
bt_mesh_provisioner_pb_gatt_open()
This function sends provisioning invite to start provisioning this unprovisioned device.
bt_mesh_provisioner_pb_gatt_close()
This function resets the used information when related connection is terminated.
bt_mesh_proxy_client_send()
proxy_recv()
find_pbg_link()
bt_mesh_gatts_attr_read_included()
proxy_ccc_read()
proxy_connected()
proxy_disconnected()
proxy_ccc_write()
prov_ccc_write()
prov_ccc_read()
prov_recv_ntf()
proxy_recv()
bt_mesh_proxy_client_segment_send()
proxy_connected()
proxy_disconnected()
prov_write_ccc()
bt_gattc_conn_close()
Examples
References
from
examples
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out