Root-Canal: Add PDL definition of LL feature bits
The LE local supported features mask was previously defined as an hexadecimal value, making it complex to read and edit. Define an enum with LL feature bit values, and initialize the le_supported_features_ field in DeviceProperties using an explicit feature list. Bug: 228326164 Test: VCS PTS tests against Eiffel Change-Id: I2bbc1b6ac4f6f825437ad889ba910192e6a2d7d8
Showing
- system/gd/hci/hci_packets.pdl 52 additions, 0 deletionssystem/gd/hci/hci_packets.pdl
- tools/rootcanal/model/controller/dual_mode_controller.cc 19 additions, 0 deletionstools/rootcanal/model/controller/dual_mode_controller.cc
- tools/rootcanal/model/controller/dual_mode_controller.h 3 additions, 0 deletionstools/rootcanal/model/controller/dual_mode_controller.h
- tools/rootcanal/model/devices/device_properties.cc 19 additions, 1 deletiontools/rootcanal/model/devices/device_properties.cc
- tools/rootcanal/model/devices/device_properties.h 26 additions, 1 deletiontools/rootcanal/model/devices/device_properties.h
Loading
Please register or sign in to comment