Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_core/include/
Dmesh_main.h440 #define BLE_MESH_FEAT_RELAY BIT(0) macro
444 #define BLE_MESH_FEAT_SUPPORTED (BLE_MESH_FEAT_RELAY | \
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_core/
Dcfg_srv.c83 feat |= BLE_MESH_FEAT_RELAY; in comp_get_page_0()
954 if ((cfg->hb_pub.feat & BLE_MESH_FEAT_RELAY) && change) { in relay_set()
Dtransport.c1949 feat |= BLE_MESH_FEAT_RELAY;