Home
last modified time | relevance | path

Searched refs:octets (Results 1 – 25 of 30) sorted by relevance

12

/Zephyr-latest/subsys/bluetooth/controller/ll_sw/
Dpdu.h318 #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
353 #define PDU_DC_MAX_US(octets, phy) PDU_MAX_US((octets), (PDU_MIC_SIZE), (phy)) argument
[all …]
/Zephyr-latest/tests/bluetooth/controller/mock_ctrl/src/
Dutil.c30 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()
/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/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 …]
Dgptp_mi.c1401 bmca_data->ann_flags.octets[1] = hdr->flags.octets[1]; in record_other_announce_info()
1843 global_ds->global_flags.octets[1] = in gptp_updt_roles_tree()
1844 global_ds->sys_flags.octets[1]; in gptp_updt_roles_tree()
1855 global_ds->global_flags.octets[1] = in gptp_updt_roles_tree()
1856 bmca_data->ann_flags.octets[1]; in gptp_updt_roles_tree()
Dgptp.c396 default_ds->flags.octets[1] = GPTP_FLAG_TIME_TRACEABLE; in gptp_init_clock_ds()
/Zephyr-latest/subsys/bluetooth/controller/util/
Dutil.h16 uint8_t util_ones_count_get(const uint8_t *octets, uint8_t octets_len);
Dutil.c34 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()
/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.
DKconfig.vocs31 This option sets the maximum output description size in octets.
DKconfig.aics33 This option sets the maximum input description size in octets.
DKconfig.mcs81 Sets the size (in octets) of the buffer used for receiving the content
90 Sets the total memory size (in octets) to use for storing the content
/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/bluetooth/services/ots/
DKconfig107 # Max name length allowed by OTS spec is 120 octets
109 # servers may use the full 120 octets.
/Zephyr-latest/include/zephyr/net/
Dgptp.h139 uint8_t octets[2]; member
/Zephyr-latest/samples/net/sockets/coap_client/
DREADME.rst27 This project will print all the octets of the response received, more context can
/Zephyr-latest/doc/connectivity/bluetooth/shell/host/
Dl2cap.rst5 register a LE PSM, connect to it from another device and send 3 packets of 14 octets each.
/Zephyr-latest/doc/connectivity/bluetooth/api/
Dhci.txt1154 | a1 | 4 octets | General purpose register |
1155 | a2 | 4 octets | General purpose register |
1156 | a3 | 4 octets | General purpose register |
1157 | a4 | 4 octets | General purpose register |
1158 | ip | 4 octets | Instruction pointer register |
1159 | lr | 4 octets | Link register |
1160 | xpsr | 4 octets | Program status register |
1364 Sync_Handle: Size: 2 octets (12 bits meaningful)
1387 RSSI: Size: 2 octets
1455 Periodic_Event_Counter: Size: 2 octets
[all …]
/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/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/subsys/bluetooth/host/classic/
DKconfig23 prompt "Minimum encryption key size accepted in octets" if !BT_SMP_SC_ONLY
/Zephyr-latest/arch/arm/core/
DKconfig150 bool "Align stacks on double-words (8 octets)"
/Zephyr-latest/doc/connectivity/bluetooth/api/mesh/
Dsar_cfg.rst26 message (PDU) size of 384 octets. To configure message size for the Bluetooth Mesh stack, use the

12