/nrf52832-nimble/packages/NimBLE-latest/docs/mesh/ |
H A D | index.rst | 62 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 D | sample.rst | 4 **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 D | access.c | 62 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 D | shell.c | 972 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 D | README.md | 1 #### 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 D | pkg.yml | 20 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 D | access.h | 31 * 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 D | README.md | 14 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 D | main.c | 167 * 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 D | state_binding.h | 1 /* Bluetooth: Mesh Generic OnOff, Generic Level, Lighting & Vendor Models
|
H A D | common.h | 1 /* Bluetooth: Mesh Generic OnOff, Generic Level, Lighting & Vendor Models
|
H A D | publisher.h | 1 /* Bluetooth: Mesh Generic OnOff, Generic Level, Lighting & Vendor Models
|
H A D | ble_mesh.h | 1 /* Bluetooth: Mesh Generic OnOff, Generic Level, Lighting & Vendor Models
|
H A D | transition.h | 1 /* Bluetooth: Mesh Generic OnOff, Generic Level, Lighting & Vendor Models
|
H A D | ble_mesh.c | 1 /* Bluetooth: Mesh Generic OnOff, Generic Level, Lighting & Vendor Models
|
H A D | device_composition.h | 1 /* Bluetooth: Mesh Generic OnOff, Generic Level, Lighting & Vendor Models
|
H A D | main.c | 1 /* Bluetooth: Mesh Generic OnOff, Generic Level, Lighting & Vendor Models
|
H A D | state_binding.c | 1 /* Bluetooth: Mesh Generic OnOff, Generic Level, Lighting & Vendor Models
|
H A D | publisher.c | 1 /* Bluetooth: Mesh Generic OnOff, Generic Level, Lighting & Vendor Models
|
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/mesh/ |
H A D | syscfg.yml | 176 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 D | ble_sec.rst | 23 Bluetooth LE uses four association models depending on the I/O
|
H A D | index.rst | 64 - Foundation Models (server role)
|
/nrf52832-nimble/packages/NimBLE-latest/ |
H A D | README.md | 38 - 模型层(Foundation Models (server role))
|
/nrf52832-nimble/rt-thread/examples/test/ |
H A D | dhry.h | 189 * 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 D | ChangeLog | 241 - 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.)
|