Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_core/
Dproxy_client.c42 PROV, enumerator
387 if ((server->conn_type == PROV) != (type == BLE_MESH_PROXY_PROV)) { in bt_mesh_proxy_client_send()
432 if (server->conn_type == PROV) { in proxy_disconnected()
466 server->conn_type = PROV; in prov_write_ccc()
487 if (server->conn_type == PROV) { in prov_recv_ntf()
502 servers[i].conn_type = PROV; in bt_mesh_proxy_client_prov_enable()
518 if (server->conn && server->conn_type == PROV) { in bt_mesh_proxy_client_prov_disable()
Dproxy_server.c90 PROV, enumerator
648 client->filter_type == PROV) { in proxy_disconnected()
700 client->filter_type = PROV; in prov_ccc_write()
760 clients[i].filter_type = PROV; in bt_mesh_proxy_server_prov_enable()
790 if (!client->conn || client->filter_type != PROV) { in bt_mesh_proxy_server_prov_disable()
1086 if ((client->filter_type == PROV) != (type == BLE_MESH_PROXY_PROV)) { in bt_mesh_proxy_server_send()