Home
last modified time | relevance | path

Searched refs:feat (Results 1 – 15 of 15) sorted by relevance

/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_core/include/
Dcfg_srv.h46 uint16_t feat; member
61 void (*func)(uint8_t hops, uint16_t feat);
202 uint16_t feat; member
Dcfg_cli.h128 uint16_t feat; member
207 uint16_t feat; member
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_core/
Dprovisioner_main.h124 uint8_t hops, uint16_t feat, int8_t rssi);
134 uint8_t hops, uint16_t feat, int8_t rssi);
Dtransport.c982 uint16_t feat = 0U; in trans_heartbeat() local
996 feat = net_buf_simple_pull_be16(buf); in trans_heartbeat()
1002 (hops == 1U) ? "" : "s", feat); in trans_heartbeat()
1005 bt_mesh_heartbeat(rx->ctx.addr, rx->ctx.recv_dst, hops, feat); in trans_heartbeat()
1009 hops, feat, rx->ctx.recv_rssi); in trans_heartbeat()
1923 uint16_t feat = 0U; local
1926 uint16_t feat; member
1949 feat |= BLE_MESH_FEAT_RELAY;
1953 feat |= BLE_MESH_FEAT_PROXY;
1957 feat |= BLE_MESH_FEAT_FRIEND;
[all …]
Dcfg_srv.c77 uint16_t feat = 0U; in comp_get_page_0() local
83 feat |= BLE_MESH_FEAT_RELAY; in comp_get_page_0()
87 feat |= BLE_MESH_FEAT_PROXY; in comp_get_page_0()
91 feat |= BLE_MESH_FEAT_FRIEND; in comp_get_page_0()
95 feat |= BLE_MESH_FEAT_LOW_POWER; in comp_get_page_0()
102 net_buf_simple_add_le16(buf, feat); in comp_get_page_0()
842 if (cfg->hb_pub.feat & BLE_MESH_FEAT_PROXY) { in gatt_proxy_set()
954 if ((cfg->hb_pub.feat & BLE_MESH_FEAT_RELAY) && change) { in relay_set()
2814 if (cfg->hb_pub.feat & BLE_MESH_FEAT_FRIEND) { in friend_set()
3012 uint16_t feat; member
[all …]
Dfoundation.h139 void bt_mesh_heartbeat(uint16_t src, uint16_t dst, uint8_t hops, uint16_t feat);
Dsettings.c85 uint16_t feat; member
571 hb_pub->feat = 0U; in hb_pub_set()
582 hb_pub->feat = hb_val.feat; in hb_pub_set()
1677 val.feat = hb_pub->feat; in store_pending_hb_pub()
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()
Dcfg_cli.c475 status.feat = net_buf_simple_pull_u8(buf); in hb_pub_status()
989 net_buf_simple_add_le16(&msg, pub->feat); in bt_mesh_cfg_hb_pub_set()
Dprovisioner_main.c1694 uint8_t hops, uint16_t feat, int8_t rssi) in bt_mesh_provisioner_heartbeat() argument
1714 hb_rx.cb(hb_src, hb_dst, init_ttl, rx_ttl, hops, feat, rssi); in bt_mesh_provisioner_heartbeat()
/hal_espressif-latest/tools/esptool_py/
Dpyproject.toml97 feat = "New Features"
/hal_espressif-latest/tools/esptool_py/docs/en/espefuse/inc/
Dsummary_ESP32-C3.rst101 …CK0) Secure version (used by ESP-IDF anti-rollback feat = 0 R/W (0x0000)
Dsummary_ESP32-S2.rst111 …CK0) Secure version (used by ESP-IDF anti-rollback feat = 0 R/W (0x0000)
Dsummary_ESP32-S3.rst96 …CK0) Secure version (used by ESP-IDF anti-rollback feat = 0 R/W (0x0000)
/hal_espressif-latest/components/bt/esp_ble_mesh/btc/
Dbtc_ble_mesh_prov.c845 uint8_t hops, uint16_t feat, int8_t rssi) in btc_ble_mesh_provisioner_recv_heartbeat_cb() argument
854 mesh_param.provisioner_recv_heartbeat.feature = feat; in btc_ble_mesh_provisioner_recv_heartbeat_cb()