You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mynewt.apache.org by GitBox <gi...@apache.org> on 2019/01/15 18:16:06 UTC

[mynewt-nimble] Diff for: [GitHub] rymanluk merged pull request #294: nimble/ll: Set BLE_LL_FEAT_DATA_LEN_EXT as initial feature

diff --git a/nimble/controller/include/controller/ble_ll.h b/nimble/controller/include/controller/ble_ll.h
index 36685fdf..f6d203f2 100644
--- a/nimble/controller/include/controller/ble_ll.h
+++ b/nimble/controller/include/controller/ble_ll.h
@@ -237,7 +237,7 @@ extern STATS_SECT_DECL(ble_ll_stats) ble_ll_stats;
  * succeed, feature bit will be cleared.
  * Look at LL Features above to find out what is allowed
  */
-#define BLE_LL_CONN_INITIAL_FEATURES    (0x00000002)
+#define BLE_LL_CONN_INITIAL_FEATURES    (0x00000022)
 
 #define BLE_LL_CONN_CLEAR_FEATURE(connsm, feature)   (connsm->conn_features &= ~(feature))
 


With regards,
Apache Git Services