Lines Matching +full:tracking +full:- +full:index

8  * SPDX-License-Identifier: Apache-2.0
88 * as @c buf->len is greater than or equal to 2.
185 * @param net_idx The index of the NetKey.
211 * @param net_idx The index of the NetKey.
212 * @param app_idx The index of the AppKey.
228 * @param net_idx The index of the NetKey.
275 * @param net_idx The index of the NetKey.
301 * @param net_idx The index of the NetKey.
340 /* Internal parameters for tracking message responses. */
401 /** Application index to publish with. */
429 * The decoded subscription period is (1 << (period - 1)) seconds, or 0
435 * The decoded Heartbeat count is (1 << (count - 1)) if count is
464 * Logarithmic Heartbeat count. Decoded as (1 << (count - 1)) if count
477 * Decoded as (1 << (period - 1)) if period is between 1 and 0x11.
490 /** Network index to publish with. */
496 * @param net_idx Network index to encrypt with.
508 * page index. The actual page the device responds with is returned in @c rsp.
514 * @param net_idx Network index to encrypt with.
532 * @param net_idx Network index to encrypt with.
548 * @param net_idx Network index to encrypt with.
550 * @param key_net_idx Network key index.
565 * @param net_idx Network index to encrypt with.
567 * @param key_net_idx Network key index.
584 * @param net_idx Network index to encrypt with.
602 * @param net_idx Network index to encrypt with.
616 * @param net_idx Network index to encrypt with.
631 * @param net_idx Network index to encrypt with.
647 * @param net_idx Network index to encrypt with.
666 * @param net_idx Network index to encrypt with.
683 * @param net_idx Network index to encrypt with.
703 * @param net_idx Network index to encrypt with.
719 * @param net_idx Network index to encrypt with.
737 * @param net_idx Network index to encrypt with.
756 * @param net_idx Network index to encrypt with.
782 * @param net_idx Network index to encrypt with.
784 * @param key_net_idx Network key index.
799 * @param net_idx Network index to encrypt with.
801 * @param keys Net key index list response parameter. Will be filled with
803 * @param key_cnt Net key index list length. Should be set to the
817 * @param net_idx Network index to encrypt with.
819 * @param key_net_idx Network key index.
833 * @param net_idx Network index to encrypt with.
835 * @param key_net_idx Network key index the application key belongs to.
836 * @param key_app_idx Application key index.
852 * @param net_idx Network index to encrypt with.
854 * @param key_net_idx Network key index to request the app key indexes of.
856 * @param keys App key index list response parameter. Will be filled
859 * @param key_cnt App key index list length. Should be set to the
875 * @param net_idx Network index to encrypt with.
877 * @param key_net_idx Network key index the application key belongs to.
878 * @param key_app_idx Application key index.
892 * @param net_idx Network index to encrypt with.
895 * @param mod_app_idx Application index to bind.
910 * @param net_idx Network index to encrypt with.
913 * @param mod_app_idx Application index to unbind.
928 * @param net_idx Network index to encrypt with.
931 * @param mod_app_idx Application index to bind.
948 * @param net_idx Network index to encrypt with.
951 * @param mod_app_idx Application index to unbind.
969 * @param net_idx Network index to encrypt with.
974 * @param apps App index list response parameter. Will be filled with all
976 * @param app_cnt App index list length. Should be set to the capacity of the
992 * @param net_idx Network index to encrypt with.
998 * @param apps App index list response parameter. Will be filled with all
1000 * @param app_cnt App index list length. Should be set to the capacity of the
1016 * @param net_idx Network index to encrypt with.
1035 * @param net_idx Network index to encrypt with.
1057 * @param net_idx Network index to encrypt with.
1078 * @param net_idx Network index to encrypt with.
1098 * @param net_idx Network index to encrypt with.
1116 * @param net_idx Network index to encrypt with.
1136 * @param net_idx Network index to encrypt with.
1154 * @param net_idx Network index to encrypt with.
1178 * @param net_idx Network index to encrypt with.
1200 * @param net_idx Network index to encrypt with.
1220 * @param net_idx Network index to encrypt with.
1240 * @param net_idx Network index to encrypt with.
1261 * @param net_idx Network index to encrypt with.
1281 * @param net_idx Network index to encrypt with.
1306 * @param net_idx Network index to encrypt with.
1330 * @param net_idx Network index to encrypt with.
1351 * @param net_idx Network index to encrypt with.
1373 * @param net_idx Network index to encrypt with.
1399 * @param net_idx Network index to encrypt with.
1415 * @param net_idx Network index to encrypt with.
1435 * @param net_idx Network index to encrypt with.
1451 * @param net_idx Network index to encrypt with.
1467 * @param net_idx Network index to encrypt with.
1484 * @param net_idx Network index to encrypt with.
1502 * @param net_idx Network index to encrypt with.
1504 * @param key_net_idx Network key index.
1519 * @param net_idx Network index to encrypt with.
1521 * @param key_net_idx Network key index the application key belongs to.
1522 * @param key_app_idx Application key index.
1538 * @param net_idx Network index to encrypt with.
1543 * @param key_net_idx Network key index the application key belongs to.
1558 * @param net_idx Network index to encrypt with.
1560 * @param key_net_idx Network key index the application key belongs to.
1577 * @param net_idx Network index to encrypt with.
1676 * @param idx Index of the SIG model to read.
1678 * @return The Model ID of the SIG model at the given index, or 0xffff if the
1679 * index is out of bounds.
1686 * @param idx Index of the vendor model to read.
1688 * @return The model ID of the vendor model at the given index, or
1689 * {0xffff, 0xffff} if the index is out of bounds.
1723 /** Model Index */
1731 /** Model Index */
1824 /** @brief Unpack a list of key index entries from a buffer.
1826 * On success, @c dst_cnt is set to the amount of unpacked key index entries.
1833 * @return -EMSGSIZE if dst_arr size is to small to parse full message.