Home
last modified time | relevance | path

Searched refs:BT_MESH_PROXY_PROV (Results 1 – 6 of 6) sorted by relevance

/AliOS-Things-master/components/ble_mesh/bt_mesh/core/inc/
A Dprovisioner_proxy.h27 #define BT_MESH_PROXY_PROV 0x03 macro
A Dproxy.h12 #define BT_MESH_PROXY_PROV 0x03 macro
/AliOS-Things-master/components/ble_mesh/bt_mesh/core/src/
A Dprovisioner_proxy.c188 case BT_MESH_PROXY_PROV: in proxy_complete_pdu()
225 if (ATTR_IS_PROV(srvc_uuid) != (PDU_TYPE(data) == BT_MESH_PROXY_PROV)) { in proxy_recv()
647 if ((server->filter_type == PROV) != (type == BT_MESH_PROXY_PROV)) { in provisioner_proxy_send()
A Dproxy.c471 case BT_MESH_PROXY_PROV: in proxy_complete_pdu()
501 if (ATTR_IS_PROV(attr) != (PDU_TYPE(data) == BT_MESH_PROXY_PROV)) { in proxy_recv()
1033 if ((client->filter_type == PROV) != (type == BT_MESH_PROXY_PROV)) { in bt_mesh_proxy_send()
A Dprov.c549 return bt_mesh_proxy_send(plink.conn, BT_MESH_PROXY_PROV, msg); in prov_send_gatt()
A Dprovisioner_prov.c1552 err = provisioner_proxy_send(link[i].conn, BT_MESH_PROXY_PROV, msg); in prov_send_gatt()

Completed in 16 milliseconds