syscfg.yml 1.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  1. #
  2. # Licensed to the Apache Software Foundation (ASF) under one
  3. # or more contributor license agreements. See the NOTICE file
  4. # distributed with this work for additional information
  5. # regarding copyright ownership. The ASF licenses this file
  6. # to you under the Apache License, Version 2.0 (the
  7. # "License"); you may not use this file except in compliance
  8. # with the License. You may obtain a copy of the License at
  9. #
  10. # http://www.apache.org/licenses/LICENSE-2.0
  11. #
  12. # Unless required by applicable law or agreed to in writing,
  13. # software distributed under the License is distributed on an
  14. # "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
  15. # KIND, either express or implied. See the License for the
  16. # specific language governing permissions and limitations
  17. # under the License.
  18. #
  19. syscfg.vals:
  20. # EDTT requires 0x123456789ABC address for the first device
  21. # and 0x456789ABCDEF for the second one
  22. BLE_LL_PUBLIC_DEV_ADDR: 0x123456789ABC # d=1
  23. # BLE_LL_PUBLIC_DEV_ADDR: 0x456789ABCDEF # d=2
  24. EDTT_HCI_LOG_FILE: ("hci_logs")
  25. EDTT_HCI_LOGS: 1
  26. BLE_LL_CFG_FEAT_LE_ENCRYPTION: 1
  27. BLE_LL_CFG_FEAT_CONN_PARAM_REQ: 1
  28. BLE_LL_CFG_FEAT_SLAVE_INIT_FEAT_XCHG: 1
  29. BLE_LL_CFG_FEAT_LE_PING: 1
  30. BLE_LL_CFG_FEAT_DATA_LEN_EXT: 1
  31. BLE_LL_CFG_FEAT_LL_PRIVACY: 1
  32. BLE_LL_CFG_FEAT_LE_CSA2: 1
  33. BLE_LL_CFG_FEAT_LE_2M_PHY: 1
  34. # BLE_LL_CFG_FEAT_LE_CODED_PHY: 1 # not modeled in bsim
  35. BLE_LL_CFG_FEAT_LL_EXT_ADV: 1
  36. BLE_LL_CFG_FEAT_LL_PERIODIC_ADV: 1
  37. BLE_LL_CFG_FEAT_LL_PERIODIC_ADV_SYNC_TRANSFER: 1
  38. BLE_LL_CFG_FEAT_CTRL_TO_HOST_FLOW_CONTROL: 1
  39. BLE_LL_CFG_FEAT_LL_SCA_UPDATE: 1
  40. BLE_ROLE_CENTRAL: 1
  41. BLE_ROLE_PERIPHERAL: 1
  42. BLE_ROLE_BROADCASTER: 1
  43. BLE_ROLE_OBSERVER: 1
  44. BLE_VERSION: 52
  45. BLE_CONTROLLER: 1
  46. BLE_LL_ROLE_CENTRAL: 1
  47. BLE_LL_ROLE_PERIPHERAL: 1
  48. BLE_LL_ROLE_BROADCASTER: 1
  49. BLE_LL_ROLE_OBSERVER: 1
  50. BLE_HW_WHITELIST_ENABLE: 1