Home
last modified time | relevance | path

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

/Zephyr-Core-3.6.0/subsys/mgmt/osdp/src/
Dosdp_phy.c197 if (pkt->data[1] == SCS_17 || pkt->data[1] == SCS_18) { in osdp_phy_packet_finalize()
487 if (pkt->data[1] == SCS_17 || pkt->data[1] == SCS_18) { in osdp_phy_decode_packet()
Dosdp_common.h112 #define SCS_17 0x17 /* CP -> PD -- packets w MAC w ENC*/ macro
Dosdp_cp.c338 smb[1] = (len > 1) ? SCS_17 : SCS_15; in cp_build_command()