Parse all Rx SESSION_STATUS_NTF.ReasonCode(s).

1) The SESSION_STATUS_NTF has a State Change with Reason Code field, which contains a Vendor specific space (0x80-0xFF). Currently packet parsing fails when a value is received in this range (as the value is not present in the PDL ReasonCode enum).

2) Add definitions for the new ReasonCode values defined in the UCI spec.

Test: atest libuwb_core_test libuwb_uci_packet_tests libuwb_uci_jni_rust_tests, new unit test with ReasonCode value in Vendor Specific space passes.
Bug: 270575596
Change-Id: I8a89db728271075683167d7c15cd573ce9913884
6 files changed