Home
last modified time | relevance | path

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

/Zephyr-Core-3.7.0/subsys/mgmt/osdp/src/
Dosdp_cp.c142 case CMD_POLL: in cp_build_command()
556 if (pd->cmd_id != CMD_POLL) { in cp_decode_response()
608 if (pd->cmd_id != CMD_POLL) { in cp_send_command()
632 if (pd->cmd_id != CMD_POLL) { in cp_process_reply()
863 if (cp_cmd_dispatcher(pd, CMD_POLL) == 0) { in state_update()
874 if (cp_cmd_dispatcher(pd, CMD_POLL) != 0) { in state_update()
Dosdp_pd.c270 case CMD_POLL: in pd_decode_command()
552 if (pd->cmd_id != CMD_POLL) { in pd_decode_command()
842 if (pd->cmd_id != CMD_POLL) { in pd_send_reply()
913 pd->rx_buf[6] != CMD_POLL && pd->rx_buf[8] != CMD_POLL) { in pd_receive_and_process_command()
Dosdp_common.h45 #define CMD_POLL 0x60 macro