Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_core/
Dproxy_server.h23 #define BLE_MESH_PROXY_PROV 0x03 macro
Dproxy_client.h23 #define BLE_MESH_PROXY_PROV 0x03 macro
Dproxy_client.c216 case BLE_MESH_PROXY_PROV: in proxy_complete_pdu()
255 if (ATTR_IS_PROV(srvc_uuid) != (PDU_TYPE(data) == BLE_MESH_PROXY_PROV)) { in proxy_recv()
387 if ((server->conn_type == PROV) != (type == BLE_MESH_PROXY_PROV)) { in bt_mesh_proxy_client_send()
Dproxy_server.c488 case BLE_MESH_PROXY_PROV: in proxy_complete_pdu()
519 if (ATTR_IS_PROV(attr) != (PDU_TYPE(data) == BLE_MESH_PROXY_PROV)) { in proxy_recv()
1086 if ((client->filter_type == PROV) != (type == BLE_MESH_PROXY_PROV)) { in bt_mesh_proxy_server_send()
Dprov.c534 err = bt_mesh_proxy_server_send(link.conn, BLE_MESH_PROXY_PROV, msg); in prov_send_gatt()
Dprovisioner_prov.c1622 err = bt_mesh_proxy_client_send(link[idx].conn, BLE_MESH_PROXY_PROV, msg);