]> granicus.if.org Git - esp-idf/commit
Merge branch 'bugfix/btdm_bluedroid' into 'master'
authorJiang Jiang Jian <jack@espressif.com>
Thu, 15 Dec 2016 08:10:21 +0000 (16:10 +0800)
committerJiang Jiang Jian <jack@espressif.com>
Thu, 15 Dec 2016 08:10:21 +0000 (16:10 +0800)
commit70d39aa10554a88af18c0bcb24f4d0f0659df04e
treec00c2d23518971465a9d61ddca79d8e261d14ace
parentdc9646bc5378a9319835ae864cca0537853b2921
parent5a2033c4e32fb43d1e4b6c82f64d467c43e33ff5
Merge branch 'bugfix/btdm_bluedroid' into 'master'

Bugfix/btdm bluedroid

Cleanup all the warnings。
Fix GATT CLIENT cannot receive notfiy/indicate from GATT SERVER bug.

Originally, bluetooth have its own master branch(feature/btdm_bluedroid), all the bluetooth sub branch will merge to feature/btdm_bluedroid firstly. If feature/btdm_bluedroid is ready, it will request merge to master. But as Ivan/JG/Jack's requires, all the bluetooth bugfix or feature will request merge to master ASAP.
This MR contains "cleanup warning " and "some bug fix", after, every merge request only contain one thing.

See merge request !286