esp-idf/components/bt/bluedroid
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
..
api component/bt : mv some define to btc 2016-11-16 02:10:37 +08:00
bta component/bt : new architectecture 2016-11-15 20:56:15 +08:00
btc component/bt : mv some define to btc 2016-11-16 02:10:37 +08:00
btcore component/bt: add bluedroid 1st version 2016-09-26 21:37:39 +08:00
btif component/bt: add bluedroid 1st version 2016-09-26 21:37:39 +08:00
device component/bt : cleanup ^M 2016-10-18 21:49:00 +08:00
gki component/bt: add bluedroid 1st version 2016-09-26 21:37:39 +08:00
hci component/bt : cleanup task evt 2016-11-05 19:57:53 +08:00
include component/bt : new architectecture 2016-11-15 20:56:15 +08:00
main component/bt : blufi use api 2016-11-07 02:16:00 +08:00
osi Merge branch 'feature/btdm_gap' into feature/btdm_bluedroid 2016-11-01 14:19:38 +08:00
stack component/bt : new architectecture 2016-11-15 20:56:15 +08:00