Home
last modified time | relevance | path

Searched refs:PDU_PREAMBLE_SIZE (Results 1 – 1 of 1) sorted by relevance

/Zephyr-Core-3.7.0/subsys/bluetooth/controller/ll_sw/
Dpdu.h12 #define PDU_PREAMBLE_SIZE(phy) (phy&0x3) macro
17 #define PDU_OVERHEAD_SIZE(phy) (PDU_PREAMBLE_SIZE(phy) + \
326 (((PDU_PREAMBLE_SIZE(phy) + \
338 #define PDU_US(octets, mic, phy, cs) (((PDU_PREAMBLE_SIZE(phy) + \