Implement EmulatedChip trait for Bluetooth, BleBeacon, Wifi, and Mocked.

This is a starter code for EmulatedChip trait, which is not being
invoked by other modules yet. Next step is to migrate
handle_packet_response, and progressively replace the original code.

Test: atest --host-unit-test-only libnetsim_daemon_tests
Bug: 307963660
Change-Id: I42c43fd8b767f685dbda22ab9fd618256a93bb8f
7 files changed
tree: 5540aad74993cb76a9e45661b35617c1135b9b66
  1. cmake/
  2. doc/
  3. guide/
  4. proto/
  5. rust/
  6. scripts/
  7. src/
  8. testing/
  9. ui/
  10. .clang-format
  11. .gitignore
  12. Android.bp
  13. cmake-format.json
  14. CMakeLists.txt
  15. LICENSE
  16. OWNERS
  17. README.md
README.md

netsim - a network simulation tool for multi-device use cases

Netsim is a development stage open-source tool for testing and analysis of android multi-device apps and frameworks. It offers radio level control and HCI tracing.