OVMS3-idf/components/bt/bluedroid/api
Tian Hao 21d2b78105 component/bt : mv some define to btc
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)
2016-11-16 02:10:37 +08:00
..
include component/bt : mv some define to btc 2016-11-16 02:10:37 +08:00
esp_app_sec.c component/bt : api category 2016-11-05 20:40:07 +08:00
esp_gap_ble_api.c component/bt : new architectecture 2016-11-15 20:56:15 +08:00
esp_gap_bt_api.c component/bt : new architectecture 2016-11-15 20:56:15 +08:00
esp_gattc_api.c component/bt : mv some define to btc 2016-11-16 02:10:37 +08:00
esp_gatts_api.c component/bt : mv some define to btc 2016-11-16 02:10:37 +08:00
esp_sdp_api.c component/bt : api category 2016-11-05 20:40:07 +08:00