Searched refs:feat (Results 1 – 15 of 15) sorted by relevance
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_core/include/ |
D | cfg_srv.h | 46 uint16_t feat; member 61 void (*func)(uint8_t hops, uint16_t feat); 202 uint16_t feat; member
|
D | cfg_cli.h | 128 uint16_t feat; member 207 uint16_t feat; member
|
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_core/ |
D | provisioner_main.h | 124 uint8_t hops, uint16_t feat, int8_t rssi); 134 uint8_t hops, uint16_t feat, int8_t rssi);
|
D | transport.c | 982 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 …]
|
D | cfg_srv.c | 77 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 …]
|
D | foundation.h | 139 void bt_mesh_heartbeat(uint16_t src, uint16_t dst, uint8_t hops, uint16_t feat);
|
D | settings.c | 85 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()
|
D | lpn.c | 255 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()
|
D | cfg_cli.c | 475 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()
|
D | provisioner_main.c | 1694 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/ |
D | pyproject.toml | 97 feat = "New Features"
|
/hal_espressif-latest/tools/esptool_py/docs/en/espefuse/inc/ |
D | summary_ESP32-C3.rst | 101 …CK0) Secure version (used by ESP-IDF anti-rollback feat = 0 R/W (0x0000)
|
D | summary_ESP32-S2.rst | 111 …CK0) Secure version (used by ESP-IDF anti-rollback feat = 0 R/W (0x0000)
|
D | summary_ESP32-S3.rst | 96 …CK0) Secure version (used by ESP-IDF anti-rollback feat = 0 R/W (0x0000)
|
/hal_espressif-latest/components/bt/esp_ble_mesh/btc/ |
D | btc_ble_mesh_prov.c | 845 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()
|