/hal_espressif-2.7.6/components/bt/esp_ble_mesh/mesh_core/include/ |
D | mesh_access.h | 281 .vnd.company = (_company), \ 463 uint16_t company; member 570 uint16_t company, uint16_t id);
|
/hal_espressif-2.7.6/components/bt/esp_ble_mesh/mesh_core/ |
D | cfg_srv.c | 67 net_buf_simple_add_le16(buf, mod->vnd.company); in comp_add_elem() 170 uint16_t company = 0U, id = 0U; in get_model() local 172 company = net_buf_simple_pull_le16(buf); in get_model() 175 BT_DBG("Company 0x%04x ID 0x%04x addr 0x%04x", company, id, in get_model() 180 return bt_mesh_model_find_vnd(elem, company, id); in get_model() 1107 change.cfg_mod_pub_set.cid = vnd ? mod->vnd.company : 0xFFFF; in mod_pub_set() 1477 change.cfg_mod_sub_add.cid = vnd ? mod->vnd.company : 0xFFFF; in mod_sub_add() 1553 change.cfg_mod_sub_delete.cid = vnd ? mod->vnd.company : 0xFFFF; in mod_sub_del() 1745 uint16_t company = 0U, addr = 0U, id = 0U; in mod_sub_get_vnd() local 1754 company = net_buf_simple_pull_le16(buf); in mod_sub_get_vnd() [all …]
|
D | access.c | 912 uint16_t company, uint16_t id) in bt_mesh_model_find_vnd() argument 917 if (elem->vnd_models[i].vnd.company == company && in bt_mesh_model_find_vnd()
|
/hal_espressif-2.7.6/examples/bluetooth/esp_ble_mesh/ble_mesh_console/ |
D | ble_mesh_commands_README.md | 20 * `-c`: `<model id>:company id` 75 * `-c`: `<cid>:company id`
|
/hal_espressif-2.7.6/docs/zh_CN/hw-reference/esp32s2/ |
D | user-guide-saola-1-v1.2.rst | 49 零售订单请前往 https://www.espressif.com/zh-hans/company/contact/buy-a-sample。
|
D | user-guide-esp32-s2-kaluga-1-kit-v1.2.rst | 233 零售购买,请前往 https://www.espressif.com/zh-hans/company/contact/buy-a-sample。
|
D | user-guide-devkitm-1-v1.rst | 48 零售订单请前往 https://www.espressif.com/zh-hans/company/contact/buy-a-sample。
|
/hal_espressif-2.7.6/docs/latex_templates/ |
D | preamble.tex | 51 …\fancyfoot[C]{\py@HeaderFamily\thepage \\ \href{https://www.espressif.com/en/company/documents/doc…
|
/hal_espressif-2.7.6/components/bt/esp_ble_mesh/btc/include/ |
D | btc_ble_mesh_prov.h | 378 uint16_t company, uint16_t id);
|
/hal_espressif-2.7.6/docs/zh_CN/hw-reference/esp32c3/ |
D | user-guide-devkitc-02.rst | 98 零售订单请前往 https://www.espressif.com/zh-hans/company/contact/buy-a-sample。
|
D | user-guide-devkitm-1.rst | 94 零售订单请前往 https://www.espressif.com/zh-hans/company/contact/buy-a-sample。
|
/hal_espressif-2.7.6/docs/zh_CN/hw-reference/esp32/ |
D | user-guide-devkitm-1.rst | 57 零售订单请前往 https://www.espressif.com/zh-hans/company/contact/buy-a-sample。
|
D | user-guide-devkits-r-v1.1.rst | 168 零售订单请前往 https://www.espressif.com/zh-hans/company/contact/buy-a-sample。
|
D | get-started-pico-devkitm-2.rst | 108 零售订单,请前往 https://www.espressif.com/en/company/contact/buy-a-sample。
|
D | get-started-pico-kit-1.rst | 118 零售订单,请前往 https://www.espressif.com/en/company/contact/buy-a-sample。
|
/hal_espressif-2.7.6/docs/en/hw-reference/esp32s2/ |
D | user-guide-saola-1-v1.2.rst | 49 For retail orders, please go to https://www.espressif.com/en/company/contact/buy-a-sample.
|
D | user-guide-devkitm-1-v1.rst | 47 For retail orders, please go to https://www.espressif.com/en/company/contact/buy-a-sample.
|
D | user-guide-esp32-s2-kaluga-1-kit.rst | 260 For retail orders, please go to https://www.espressif.com/en/company/contact/buy-a-sample.
|
/hal_espressif-2.7.6/docs/en/hw-reference/esp32/ |
D | user-guide-devkitm-1.rst | 57 For retail orders, please go to https://www.espressif.com/en/company/contact/buy-a-sample.
|
D | user-guide-devkits-r-v1.1.rst | 167 For retail orders, please go to https://www.espressif.com/en/company/contact/buy-a-sample.
|
D | get-started-pico-devkitm-2.rst | 106 For retail orders, please go to https://www.espressif.com/en/company/contact/buy-a-sample.
|
D | get-started-pico-kit-1.rst | 115 For retail orders, please go to https://www.espressif.com/en/company/contact/buy-a-sample.
|
/hal_espressif-2.7.6/docs/en/hw-reference/esp32c3/ |
D | user-guide-devkitc-02.rst | 99 For retail orders, please go to https://www.espressif.com/en/company/contact/buy-a-sample.
|
D | user-guide-devkitm-1.rst | 96 For retail orders, please go to https://www.espressif.com/en/company/contact/buy-a-sample.
|
/hal_espressif-2.7.6/components/bt/esp_ble_mesh/btc/ |
D | btc_ble_mesh_prov.c | 1062 uint16_t company, uint16_t id) in btc_ble_mesh_model_find_vnd() argument 1064 return (esp_ble_mesh_model_t *)bt_mesh_model_find_vnd((struct bt_mesh_elem *)elem, company, id); in btc_ble_mesh_model_find_vnd()
|