Home
last modified time | relevance | path

Searched refs:BLE_MESH_FEAT_PROXY (Results 1 – 3 of 3) sorted by relevance

/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_core/include/
Dmesh_main.h441 #define BLE_MESH_FEAT_PROXY BIT(1) macro
445 BLE_MESH_FEAT_PROXY | \
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_core/
Dcfg_srv.c87 feat |= BLE_MESH_FEAT_PROXY; in comp_get_page_0()
842 if (cfg->hb_pub.feat & BLE_MESH_FEAT_PROXY) { in gatt_proxy_set()
Dtransport.c1953 feat |= BLE_MESH_FEAT_PROXY;