Searched refs:comp (Results 101 – 112 of 112) sorted by relevance
12345
/Zephyr-latest/subsys/bluetooth/mesh/ |
D | lpn.c | 358 const struct bt_mesh_comp *comp = bt_mesh_comp_get(); in send_friend_req() local 377 .num_elem = comp->elem_count, in send_friend_req()
|
/Zephyr-latest/scripts/ |
D | checkpatch.pl | 4990 my $comp = $4; #Not $1 because of $LvalOrFunc 4991 $msg = " - maybe == should be = ?" if ($comp eq "=="); 5006 my $comp = $3; 5008 my $newcomp = $comp; 5014 if ($comp eq "<") { 5016 } elsif ($comp eq "<=") { 5018 } elsif ($comp eq ">") { 5020 } elsif ($comp eq ">=") {
|
/Zephyr-latest/dts/common/nordic/ |
D | nrf9280.dtsi | 692 comp: comparator@983000 { label 694 * Use compatible "nordic,nrf-comp" to configure as COMP 697 compatible = "nordic,nrf-comp";
|
D | nrf54h20.dtsi | 881 comp: comparator@983000 { label 883 * Use compatible "nordic,nrf-comp" to configure as COMP 886 compatible = "nordic,nrf-comp";
|
/Zephyr-latest/doc/connectivity/bluetooth/api/mesh/ |
D | shell.rst | 73 uart:~$ mesh models cfg get-comp 517 * Monitor the composition data of the local node (``mesh models cfg get-comp``). 523 * Monitor the composition data of the target device (``mesh models cfg get-comp``). 549 ``mesh models cfg get-comp [Page]`` 1500 ``mesh models dfu metadata comp-clear`` 1505 ``mesh models dfu metadata comp-add <CID> <ProductID> <VendorID> <Crpl> <Features>`` 1521 ``mesh models dfu metadata comp-elem-add <Loc> <NumS> <NumV> {<SigMID>|<VndCID> <VndMID>}...`` 1532 ``mesh models dfu metadata comp-hash-get [<Key(16 hex)>]`` 1554 …* ``Hash``: Hash of the composition data generated using ``mesh models dfu metadata comp-hash-get`… 1796 ``mesh models lcd large-comp-data-get <Page> <Offset>``
|
/Zephyr-latest/tests/bsim/bluetooth/mesh/src/ |
D | test_dfu.c | 1451 static void common_fail_on_target_init(const struct bt_mesh_comp *comp) in common_fail_on_target_init() argument 1454 bt_mesh_device_setup(&prov, comp); in common_fail_on_target_init()
|
D | test_blob.c | 1271 static void common_fail_on_srv_init(const struct bt_mesh_comp *comp) in common_fail_on_srv_init() argument 1274 bt_mesh_device_setup(&prov, comp); in common_fail_on_srv_init()
|
/Zephyr-latest/modules/hal_nordic/nrfx/ |
D | Kconfig | 26 depends on $(dt_nodelabel_exists,comp) 242 depends on $(dt_nodelabel_exists,comp) && !SOC_NRF52810 && !SOC_NRF52811 && !SOC_NRF52820
|
/Zephyr-latest/tests/bluetooth/tester/src/btp/ |
D | btp_mesh.h | 81 uint8_t comp; member
|
/Zephyr-latest/doc/releases/ |
D | release-notes-4.0.rst | 25 runtime configuration through vendor specific APIs. Initially the :dtcompatible:`nordic,nrf-comp`, 473 * Added support for Nordic nRF COMP (:dtcompatible:`nordic,nrf-comp`)
|
D | release-notes-3.1.rst | 869 * :dtcompatible:`nordic,nrf-comp`
|
/Zephyr-latest/samples/boards/nordic/mesh/onoff_level_lighting_vnd_app/src/mesh/ |
D | device_composition.c | 3196 const struct bt_mesh_comp comp = { variable
|
12345