Home
last modified time | relevance | path

Searched refs:PROV (Results 1 – 2 of 2) sorted by relevance

/hal_espressif-2.7.6/components/bt/esp_ble_mesh/mesh_core/
Dproxy_client.c50 PROV, enumerator
395 if ((server->conn_type == PROV) != (type == BLE_MESH_PROXY_PROV)) { in bt_mesh_proxy_client_send()
440 if (server->conn_type == PROV) { in proxy_disconnected()
474 server->conn_type = PROV; in prov_write_ccc()
495 if (server->conn_type == PROV) { in prov_recv_ntf()
510 servers[i].conn_type = PROV; in bt_mesh_proxy_client_prov_enable()
526 if (server->conn && server->conn_type == PROV) { in bt_mesh_proxy_client_prov_disable()
Dproxy_server.c87 PROV, enumerator
625 client->filter_type == PROV) { in proxy_disconnected()
677 client->filter_type = PROV; in prov_ccc_write()
737 clients[i].filter_type = PROV; in bt_mesh_proxy_server_prov_enable()
767 if (!client->conn || client->filter_type != PROV) { in bt_mesh_proxy_server_prov_disable()
1063 if ((client->filter_type == PROV) != (type == BLE_MESH_PROXY_PROV)) { in bt_mesh_proxy_server_send()