Home
last modified time | relevance | path

Searched full:models (Results 1 – 25 of 30) sorted by relevance

12

/nrf52832-nimble/packages/NimBLE-latest/docs/mesh/
H A Dindex.rst62 Models chapter
65 Models define basic functionality of nodes on a mesh network. Mesh Profile Specification defines fo…
66 to configure and manage network. Mesh Model Specification includes models defininig functionality t…
69 - Generics - root models
82 Complex models e.g. Lighting may contain other models eg Generic On/Off. The following image shows …
93 - Foundation Models (server role)
H A Dsample.rst4 **blemesh** sample application implements Bluetooth Mesh node that supports On/Off and Level models.
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/mesh/src/
H A Daccess.c62 struct bt_mesh_model *model = &elem->models[j]; in bt_mesh_model_foreach()
274 return &elem->models[mod_idx]; in bt_mesh_model_get()
297 mod->mod_idx = mod - elem->models; in mod_init()
378 model = &elem->models[i]; in bt_mesh_elem_find_group()
436 static const struct bt_mesh_model_op *find_op(struct bt_mesh_model *models, in find_op() argument
446 *model = &models[i]; in find_op()
524 struct bt_mesh_model *models, *model; in bt_mesh_model_recv() local
556 /* SIG models cannot contain 3-byte (vendor) OpCodes, and in bt_mesh_model_recv()
557 * vendor models cannot contain SIG (1- or 2-byte) OpCodes, so in bt_mesh_model_recv()
561 models = elem->models; in bt_mesh_model_recv()
[all …]
H A Dshell.c972 printk("\t\tSIG Models:\n"); in cmd_get_comp()
974 printk("\t\tNo SIG Models\n"); in cmd_get_comp()
984 printk("\t\tVendor Models:\n"); in cmd_get_comp()
986 printk("\t\tNo Vendor Models\n"); in cmd_get_comp()
2360 mod = &elem->models[i]; in print_comp_elem()
/nrf52832-nimble/packages/NimBLE-latest/apps/blemesh_models_example_2/
H A DREADME.md1 #### Bluetooth: Mesh Generic OnOff, Generic Level, Lighting & Vendor Models
7 which Root element has following models
24 And Secondary element has following models
36 ##### Associations of Models with hardware argument
H A Dpkg.yml20 pkg.description: Sample application for BLE Mesh node with on/off, level, light and vendor models o…
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/mesh/include/mesh/
H A Daccess.h31 * In case the element has no SIG or Vendor models the helper
35 * @param _mods Array of models.
36 * @param _vnd_mods Array of vendor models.
42 .models = (_mods), \
58 struct bt_mesh_model * const models; member
62 /* Foundation Models */
68 /* Models from the Mesh Model Specification */
/nrf52832-nimble/packages/NimBLE-latest/apps/blemesh_models_example_1/
H A DREADME.md14 The models for button 1 and LED 1 are in the node's root element.
66 The first or root element of the node contains models for configuration,
68 have models for onoff. The meshctl target for configuration must be the
/nrf52832-nimble/packages/NimBLE-latest/apps/blemesh_models_example_1/src/
H A Dmain.c167 * Models in an element must have unique op codes.
218 * Element 0 Root Models
232 * Element 1 Models
243 * Element 2 Models
254 * Element 3 Models
/nrf52832-nimble/packages/NimBLE-latest/apps/blemesh_models_example_2/src/
H A Dstate_binding.h1 /* Bluetooth: Mesh Generic OnOff, Generic Level, Lighting & Vendor Models
H A Dcommon.h1 /* Bluetooth: Mesh Generic OnOff, Generic Level, Lighting & Vendor Models
H A Dpublisher.h1 /* Bluetooth: Mesh Generic OnOff, Generic Level, Lighting & Vendor Models
H A Dble_mesh.h1 /* Bluetooth: Mesh Generic OnOff, Generic Level, Lighting & Vendor Models
H A Dtransition.h1 /* Bluetooth: Mesh Generic OnOff, Generic Level, Lighting & Vendor Models
H A Dble_mesh.c1 /* Bluetooth: Mesh Generic OnOff, Generic Level, Lighting & Vendor Models
H A Ddevice_composition.h1 /* Bluetooth: Mesh Generic OnOff, Generic Level, Lighting & Vendor Models
H A Dmain.c1 /* Bluetooth: Mesh Generic OnOff, Generic Level, Lighting & Vendor Models
H A Dstate_binding.c1 /* Bluetooth: Mesh Generic OnOff, Generic Level, Lighting & Vendor Models
H A Dpublisher.c1 /* Bluetooth: Mesh Generic OnOff, Generic Level, Lighting & Vendor Models
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/mesh/
H A Dsyscfg.yml176 models the local node supports, i.e. what's the largest
389 Models.
438 Include implementation of some demo models.
/nrf52832-nimble/packages/NimBLE-latest/docs/
H A Dble_sec.rst23 Bluetooth LE uses four association models depending on the I/O
H A Dindex.rst64 - Foundation Models (server role)
/nrf52832-nimble/packages/NimBLE-latest/
H A DREADME.md38 - 模型层(Foundation Models (server role))
/nrf52832-nimble/rt-thread/examples/test/
H A Ddhry.h189 * models ("small", "medium", "large" etc.) should be given if possible,
190 * together with a definition of these models for the compiler system used.
/nrf52832-nimble/rt-thread/components/dfs/filesystems/jffs2/cyg/compress/src/
H A DChangeLog241 - Use far memory allocators in small 16-bit memory models for
629 small and medium models; this makes the library incompatible with previous
630 versions for these models. (No effect in large model or on other systems.)

12