phy_cent.h 505 B

1234567891011121314151617181920212223242526272829
  1. /*
  2. * SPDX-FileCopyrightText: 2021-2022 Espressif Systems (Shanghai) CO LTD
  3. *
  4. * SPDX-License-Identifier: Unlicense OR CC0-1.0
  5. */
  6. #ifndef H_PHY_CENT_
  7. #define H_PHY_CENT_
  8. #include "modlog/modlog.h"
  9. #include "esp_central.h"
  10. #ifdef __cplusplus
  11. extern "C" {
  12. #endif
  13. struct ble_hs_adv_fields;
  14. struct ble_gap_conn_desc;
  15. struct ble_hs_cfg;
  16. union ble_store_value;
  17. union ble_store_key;
  18. #define LE_PHY_UUID16 0xABF2
  19. #define LE_PHY_CHR_UUID16 0xABF3
  20. #ifdef __cplusplus
  21. }
  22. #endif
  23. #endif