| 1234567891011121314151617181920212223242526272829 |
- /*
- * SPDX-FileCopyrightText: 2021-2022 Espressif Systems (Shanghai) CO LTD
- *
- * SPDX-License-Identifier: Unlicense OR CC0-1.0
- */
- #ifndef H_PHY_CENT_
- #define H_PHY_CENT_
- #include "modlog/modlog.h"
- #include "esp_central.h"
- #ifdef __cplusplus
- extern "C" {
- #endif
- struct ble_hs_adv_fields;
- struct ble_gap_conn_desc;
- struct ble_hs_cfg;
- union ble_store_value;
- union ble_store_key;
- #define LE_PHY_UUID16 0xABF2
- #define LE_PHY_CHR_UUID16 0xABF3
- #ifdef __cplusplus
- }
- #endif
- #endif
|