Home
last modified time | relevance | path

Searched full:octets (Results 1 – 25 of 119) sorted by relevance

12345

/Zephyr-latest/include/zephyr/bluetooth/audio/
Dlc3.h48 * @param _len_min Minimum number of octets supported per codec frame
49 * @param _len_max Maximum number of octets supported per codec frame
83 * @param _len_min Minimum number of octets supported per codec frame
84 * @param _len_max Maximum number of octets supported per codec frame
101 * @param _len Octets per frame (16-bit integer)
129 * @param _len Octets per frame (16-bit integer)
/Zephyr-latest/tests/bluetooth/controller/mock_ctrl/src/
Dutil.c25 * @param octets Data to count over
28 * @return popcnt of 'octets'
30 uint8_t util_ones_count_get(uint8_t *octets, uint8_t octets_len) in util_ones_count_get() argument
37 bite = *octets; in util_ones_count_get()
42 octets++; in util_ones_count_get()
59 * - It shall not have all four octets equal.
207 /* It shall not have all four octets equal. */ in util_aa_le32()
/Zephyr-latest/tests/bsim/bluetooth/audio/src/
Dbap_common.h86 case BT_AUDIO_METADATA_TYPE_EXTENDED: /* 1 - 255 octets */ in valid_metadata_type()
87 case BT_AUDIO_METADATA_TYPE_VENDOR: /* 1 - 255 octets */ in valid_metadata_type()
93 case BT_AUDIO_METADATA_TYPE_CCID_LIST: /* 2 - 254 octets */ in valid_metadata_type()
99 case BT_AUDIO_METADATA_TYPE_PROGRAM_INFO: /* 0 - 255 octets */ in valid_metadata_type()
100 case BT_AUDIO_METADATA_TYPE_PROGRAM_INFO_URI: /* 0 - 255 octets */ in valid_metadata_type()
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/
Dpdu.h58 * 18 octets in the Common Extended Advertising Payload Format.
318 #define FEC_BLOCK2_US(octets, mic, cs) (((((PDU_HEADER_SIZE) + \ argument
319 (octets) + \
325 #define PDU_US(octets, mic, phy, cs) (((phy) & PHY_CODED) ? \ argument
328 FEC_BLOCK2_US((octets), (mic), \
333 (octets) + \
338 #define PDU_MAX_US(octets, mic, phy) PDU_US((octets), (mic), (phy), \ argument
342 #define PDU_US(octets, mic, phy, cs) (((PDU_PREAMBLE_SIZE(phy) + \ argument
345 (octets) + \
350 #define PDU_MAX_US(octets, mic, phy) PDU_US((octets), (mic), (phy), 0) argument
[all …]
/Zephyr-latest/subsys/bluetooth/audio/
DKconfig.mpl90 Sets the total memory size (in octets) to use for storing the content of objects.
98 This option sets the maximum size (in octets) of the icon object.
104 This option sets the maximum size (in octets) of a track object.
DKconfig.bap43 Number of octets to support for Codec Specific Configuration data.
51 Number of octets to support for Codec Specific Configuration metadata.
60 The minimum size of a subgroup is 10 octets.
68 Number of octets to support for Codec Specific Capabilities data.
76 Number of octets to support for Codec Specific Capabilities metadata.
Dmcc_internal.h91 * - track position (4 octets)
94 * - the control point (5 octets)
98 * - object IDs (6 octets - BT_OTS_OBJ_ID_SIZE) and
99 * - the search control point (64 octets - SEARCH_LEN_MAX)
DKconfig.vocs31 This option sets the maximum output description size in octets.
DKconfig.aics33 This option sets the maximum input description size in octets.
/Zephyr-latest/tests/bluetooth/tester/src/audio/
Dbtp_bap_audio_stream.h78 /* Generate 310 octets of mock data going 0x00, 0x01, ..., 0xff, 0x00, 0x01, ..., 0xff, etc
79 * For 2 x 155 = 310 octets is used as the maximum number of channels per stream defined by BAP is 2
80 * and the maximum octets per codec frame is 155 for the 48_6 configs.
/Zephyr-latest/subsys/bluetooth/controller/util/
Dutil.c29 * @param octets Data to count over
32 * @return popcnt of 'octets'
34 uint8_t util_ones_count_get(const uint8_t *octets, uint8_t octets_len) in util_ones_count_get() argument
41 bite = *octets; in util_ones_count_get()
46 octets++; in util_ones_count_get()
58 * - It shall not have all four octets equal.
213 /* It shall not have all four octets equal. */ in util_aa_le32()
Dutil.h16 uint8_t util_ones_count_get(const uint8_t *octets, uint8_t octets_len);
/Zephyr-latest/tests/bluetooth/controller/mock_ctrl/include/
Dutil.h18 uint8_t util_ones_count_get(uint8_t *octets, uint8_t octets_len);
/Zephyr-latest/subsys/bluetooth/services/ots/
DKconfig107 # Max name length allowed by OTS spec is 120 octets
109 # servers may use the full 120 octets.
/Zephyr-latest/subsys/net/lib/mqtt_sn/
Dmqtt_sn_decoder.c24 * The Length field is either 1- or 3-octet long and specifies the total number of octets
27 * in this case, the two following octets specify the total number of octets of the message
29 * itself the total number of octets contained in the message. The 3-octet format allows the
30 * encoding of message lengths up to 65535 octets. Messages with lengths smaller than 256 octets
/Zephyr-latest/samples/bluetooth/mtu_update/
DREADME.rst12 | Answer: To get an ATT MTU of x octets, do the following:
15 size (4 octets).
17 SDU length field length (6 octets) if using
/Zephyr-latest/subsys/net/l2/ethernet/gptp/
Dgptp_messages.c218 hdr->flags.octets[0] = GPTP_FLAG_TWO_STEP; in gptp_prepare_sync()
219 hdr->flags.octets[1] = GPTP_FLAG_PTP_TIMESCALE; in gptp_prepare_sync()
272 hdr->flags.octets[0] = 0U; in gptp_prepare_follow_up()
273 hdr->flags.octets[1] = GPTP_FLAG_PTP_TIMESCALE; in gptp_prepare_follow_up()
319 hdr->flags.octets[0] = 0U; in gptp_prepare_pdelay_req()
320 hdr->flags.octets[1] = GPTP_FLAG_PTP_TIMESCALE; in gptp_prepare_pdelay_req()
377 hdr->flags.octets[0] = GPTP_FLAG_TWO_STEP; in gptp_prepare_pdelay_resp()
378 hdr->flags.octets[1] = GPTP_FLAG_PTP_TIMESCALE; in gptp_prepare_pdelay_resp()
445 hdr->flags.octets[0] = 0U; in gptp_prepare_pdelay_follow_up()
446 hdr->flags.octets[1] = GPTP_FLAG_PTP_TIMESCALE; in gptp_prepare_pdelay_follow_up()
[all …]
/Zephyr-latest/samples/bluetooth/broadcaster_multiple/src/
Dbroadcaster_multiple.c20 /* Size of AD data format length field in octets */
23 /* Size of AD data format type field in octets */
/Zephyr-latest/dts/bindings/ethernet/
Dethernet-controller.yaml22 It is driver specific how the OUI octets are handled.
/Zephyr-latest/subsys/logging/backends/
DKconfig.net108 The RFC 5426 recommends that for IPv4 the size is 480 octets and for
109 IPv6 the size is 1180 octets. As each buffer will use RAM, the value
/Zephyr-latest/doc/connectivity/bluetooth/
Dbluetooth-le-host.rst217 the first one being the L2CAP header, its size is 4 octets and its made
232 rectangles, the first one being the L2CAP header, its size is 4 octets
234 represents the L2CAP SDU length, its size is 2 octets. The third
236 equal to MPS minus 2 octets. The information payload contains the L2CAP
244 octets and its made of the PDU length and the channel ID. The second
/Zephyr-latest/samples/bluetooth/bap_broadcast_source/
DKconfig46 string as the broadcast code. The length of the string shall be between 1 and 16 octets.
/Zephyr-latest/tests/subsys/fs/common/
Dtest_fs_util.h108 * @param len number of octets to write
110 * @return number of octets written, or a negative error code.
142 * @param len number of octets to write
144 * @return number of octets written, or a negative error code.
/Zephyr-latest/tests/bsim/bluetooth/host/iso/cis/src/
Dcis_peripheral.c26 /** Print data as d_0 d_1 d_2 ... d_(n-2) d_(n-1) d_(n) to show the 3 first and 3 last octets
41 /* Maximum number of octets from each end of the data */ in iso_print_data()
/Zephyr-latest/include/zephyr/bluetooth/
Diso.h245 * Maximum size, in octets, of the payload from link layer to link layer.
529 * If the value is a string or the value is less than 16 octets,
530 * the remaining octets shall be 0.
617 * If the value is a string or a the value is less than 16 octets,
618 * the remaining octets shall be 0.
653 /** Maximum size, in octets, of the payload */
659 /** Maximum size of an SDU, in octets. */
931 * @return Number of octets sent in case of success or negative value in case of error.
955 * @return Number of octets sent in case of success or negative value in case of error.
968 /** The maximum PDU size in octets */
[all …]

12345