Searched defs:sm_pdu_code (Results 1 – 1 of 1) sorted by relevance
4399 uint8_t sm_pdu_code = packet[0]; in sm_pdu_validate_and_get_opcode() local4475 static void sm_pdu_handler(sm_connection_t *sm_conn, uint8_t sm_pdu_code, const uint8_t *packet) { in sm_pdu_handler()5015 uint8_t sm_pdu_code = sm_pdu_validate_and_get_opcode(packet_type, packet, size); in sm_channel_handler() local