Home
last modified time | relevance | path

Searched refs:BLE_MESH_FEAT_LOW_POWER (Results 1 – 4 of 4) sorted by relevance

/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_core/include/
Dmesh_main.h443 #define BLE_MESH_FEAT_LOW_POWER BIT(3) macro
447 BLE_MESH_FEAT_LOW_POWER)
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_core/
Dlpn.c255 if (cfg->hb_pub.feat & BLE_MESH_FEAT_LOW_POWER) { in clear_friendship()
1000 if (cfg->hb_pub.feat & BLE_MESH_FEAT_LOW_POWER) { in bt_mesh_lpn_friend_update()
Dtransport.c1961 feat |= BLE_MESH_FEAT_LOW_POWER;
Dcfg_srv.c95 feat |= BLE_MESH_FEAT_LOW_POWER; in comp_get_page_0()