Home
last modified time | relevance | path

Searched refs:comp (Results 101 – 112 of 112) sorted by relevance

12345

/Zephyr-latest/subsys/bluetooth/mesh/
Dlpn.c358 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/
Dcheckpatch.pl4990 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/
Dnrf9280.dtsi692 comp: comparator@983000 { label
694 * Use compatible "nordic,nrf-comp" to configure as COMP
697 compatible = "nordic,nrf-comp";
Dnrf54h20.dtsi881 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/
Dshell.rst73 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/
Dtest_dfu.c1451 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()
Dtest_blob.c1271 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/
DKconfig26 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/
Dbtp_mesh.h81 uint8_t comp; member
/Zephyr-latest/doc/releases/
Drelease-notes-4.0.rst25 runtime configuration through vendor specific APIs. Initially the :dtcompatible:`nordic,nrf-comp`,
473 * Added support for Nordic nRF COMP (:dtcompatible:`nordic,nrf-comp`)
Drelease-notes-3.1.rst869 * :dtcompatible:`nordic,nrf-comp`
/Zephyr-latest/samples/boards/nordic/mesh/onoff_level_lighting_vnd_app/src/mesh/
Ddevice_composition.c3196 const struct bt_mesh_comp comp = { variable

12345