Home
last modified time | relevance | path

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

/Zephyr-Core-3.7.0/subsys/mgmt/osdp/src/
Dosdp_phy.c152 pkt->data[1] = SCS_11; in osdp_phy_packet_init()
420 if (pkt->data[1] < SCS_11 || pkt->data[1] > SCS_18) { in osdp_phy_decode_packet()
432 if (pkt->data[1] == SCS_11 || pkt->data[1] == SCS_13) { in osdp_phy_decode_packet()
Dosdp_common.h105 #define SCS_11 0x11 /* CP -> PD -- CMD_CHLNG */ macro
Dosdp_cp.c302 smb[1] = SCS_11; /* type */ in cp_build_command()