mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
21d2b78105
1. Actually, btc & api are the same module thing. So the type defined in api header file can be included by btc c/h files. Besides, why btc & api should be separated, because that user may be aware of api and api refer defines/types, rather than other non-refer things. All defines/types that user won't use should be put in btc directory (and define with prefix "btc_"), and which will be used by user should be defined with prefix "esp_" . 2. rename attribute value(all is value, not data) |
||
---|---|---|
.. | ||
esp_bt_defs.h | ||
esp_gap_ble_api.h | ||
esp_gap_bt_api.h | ||
esp_gatt_defs.h | ||
esp_gattc_api.h | ||
esp_gatts_api.h | ||
esp_sdp_api.h | ||
esp_sec_api.h |