]> granicus.if.org Git - esp-idf/commit
Merge branch 'bugfix/btdm_iphone10_0_2' into 'master'
authorJiang Jiang Jian <jack@espressif.com>
Thu, 16 Feb 2017 07:10:50 +0000 (15:10 +0800)
committerJiang Jiang Jian <jack@espressif.com>
Thu, 16 Feb 2017 07:10:50 +0000 (15:10 +0800)
commit997fbf9e187e13803fb7381960a667b28d5a5707
treeff7cb703e10087b4cd9b46cd062040f07319a408
parent34d0b0086ed87c20d43906052a8b2c574b291454
parent6648ff427cfa41f23c232731bdd132272e961d43
Merge branch 'bugfix/btdm_iphone10_0_2' into 'master'

Bugfix/btdm iphone10 0 2

This connection error caused by iPhone, it think that TX data length must large than 27 when slave support EXTEND_DATA_LENGTH. But this should be allow. Besides,  the problem cannot be found on higher version of Iphone7, apple seemed to have fixed it.
Actually maybe other BLE device have the same problem.

See merge request !509