Skip to content
Snippets Groups Projects
Commit d76ac2d0 authored by Satish kumar sugasi's avatar Satish kumar sugasi Committed by Dhina17
Browse files

onclite: bluetooth: Increase MAX ACL connections to 16

This allows 16 ACL links instead of 7

Change-Id: I7bf04515b5822c51be73ec95cba7975e046bca23
parent a8ee9658
No related branches found
No related tags found
No related merge requests found
......@@ -17,7 +17,7 @@
#ifndef _BDROID_BUILDCFG_H
#define _BDROID_BUILDCFG_H
// Disables read remote device feature
#define MAX_ACL_CONNECTIONS 7
#define MAX_ACL_CONNECTIONS 16
#define MAX_L2CAP_CHANNELS 16
#define BLE_VND_INCLUDED TRUE
// skips conn update at conn completion
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment