RootCanal: Misc improvements
- Remove some declared but un-implemented functions in DualModeController - Move suggested_max_tx_octets and suggested_max_tx_time to the link layer controller - Change the type of extended inquiry response to std::array<uint8_t, 240>, which accurately reflects the length of the response as passed from the HCI command Test: m root-canal Change-Id: I8837333f9c080454d987a9b7877d8c55e6d0c324
Showing
- tools/rootcanal/model/controller/dual_mode_controller.cc 23 additions, 42 deletionstools/rootcanal/model/controller/dual_mode_controller.cc
- tools/rootcanal/model/controller/dual_mode_controller.h 11 additions, 17 deletionstools/rootcanal/model/controller/dual_mode_controller.h
- tools/rootcanal/model/controller/link_layer_controller.cc 21 additions, 17 deletionstools/rootcanal/model/controller/link_layer_controller.cc
- tools/rootcanal/model/controller/link_layer_controller.h 28 additions, 11 deletionstools/rootcanal/model/controller/link_layer_controller.h
- tools/rootcanal/model/devices/hci_device.cc 12 additions, 14 deletionstools/rootcanal/model/devices/hci_device.cc
- tools/rootcanal/packets/link_layer_packets.pdl 1 addition, 1 deletiontools/rootcanal/packets/link_layer_packets.pdl
Loading
Please register or sign in to comment