Home
last modified time | relevance | path

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

/hal_espressif-3.4.0/components/bt/esp_ble_mesh/mesh_core/include/
Dmesh_main.h442 #define BLE_MESH_FEAT_FRIEND BIT(2) macro
446 BLE_MESH_FEAT_FRIEND | \
/hal_espressif-3.4.0/components/bt/esp_ble_mesh/mesh_core/
Dcfg_srv.c91 feat |= BLE_MESH_FEAT_FRIEND; in comp_get_page_0()
2786 if (cfg->hb_pub.feat & BLE_MESH_FEAT_FRIEND) { in friend_set()
Dtransport.c1929 feat |= BLE_MESH_FEAT_FRIEND; in bt_mesh_heartbeat_send()