Home
last modified time | relevance | path

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

/Zephyr-Core-3.7.0/subsys/mgmt/osdp/src/
Dosdp_phy.c148 pkt->data[1] = SCS_15; in osdp_phy_packet_init()
196 if (sc_is_active(pd) && (pkt->control & PKT_CONTROL_SCB) && pkt->data[1] >= SCS_15) { in osdp_phy_packet_finalize()
472 pkt->control & PKT_CONTROL_SCB && pkt->data[1] >= SCS_15) { in osdp_phy_decode_packet()
Dosdp_common.h110 #define SCS_15 0x15 /* CP -> PD -- packets w MAC w/o ENC */ macro
Dosdp_cp.c338 smb[1] = (len > 1) ? SCS_17 : SCS_15; in cp_build_command()