Commit Graph

17 Commits

Author SHA1 Message Date
Satish kumar sugasi 9fd472a717 Increase MAX ACL connections to 16
This allows 16 ACL links instead of 7

Change-Id: I7bf04515b5822c51be73ec95cba7975e046bca23
2016-10-31 15:11:20 -07:00
Matadeen Mishra 9c4b028fb2 BT: cleanup of unused FLAG
Cleanup of unused FLAG.

Change-Id: I39a24cf7253876a2e146338c8676c9b4eac66d98
CRs-fixed: 1077888
2016-10-13 22:42:05 -07:00
Kiran Kelageri c897301f69 ANT: Enable ANT feature.
Enabling ANT feature.

Change-Id: Iac07480e2d169996877fa83d6d6d47d36e4bf727
2015-08-12 15:23:42 -07:00
Subramanian Srinivasan e4e98fc69d Disables BLE Peripheral Adv name flag used in BT stack
Disables BLE Peripheral Adv name compile time
flag used in BT stack. When this flag is enabled,
the framework API to disable the BLE Peripheral
name in the BLE advertisement does not work.

CRs-fixed: 770518

Change-Id: I644c5306347f568a340a86e5371ed6acabbe858a
2015-04-08 16:47:15 -07:00
Linux Build Service Account ef9e7e5658 Merge "Bluetooth: GAP: Restricting MAX_ACL_CONNECTIONS to 7" 2014-09-27 06:33:34 -07:00
Subramanian Srinivasan ad7cf47f61 Removes BLE Peripheral display only flag from config file
Removes BLE peripheral display only flag
from the bdroid build config file.

Change-Id: I446314fa7a03fae8855942b4c94db6bca873c6f3
2014-09-19 13:11:27 -07:00
Ajay Kumar ef33196a98 Bluetooth: GAP: Restricting MAX_ACL_CONNECTIONS to 7
As per bluetooth specification stack can support max 7 devices
so restiricting the MAX_ACL_CONNECTIONS that HOST can support to 7

Change-Id: I58abf33083196f2a82a79bf9b152882db2f39ab2
CRs-Fixed: 724999
2014-09-16 14:22:58 +05:30
Satish kumar sugasi e217182ea4 Bluetooth: Enable vendor specific BLE code
This adds config flag to enable BLE vendor specific features

Change-Id: I45ad68edd66f7e2f954746db3a0bff9a8df08d73
2014-08-25 15:56:23 -07:00
pramod kotreshappa 21fe90ffd1 Bluetooth: Push BT permission files to device
Push Bluetooth and Bluetooth LE permission files for enabling BLE.
Set MAX_ACL_CONNECTIONS and MAX_L2CAP_CONNECTIONS to 16

Change-Id: I4768a66100c6b131d4421370732c9200fcdedcd8
2014-07-23 19:37:54 -07:00
Linux Build Service Account f4996cf674 Merge "Changes Bluedroid configuration for BLE Peripheral mode" 2014-02-21 05:35:06 -08:00
Srinu Jella 090022c2c0 Bluetooth: Disable Interleave scan feature from Host
Disable Interleave Bluetooth scan feature from host side
as it is enabled from SOC.

It's revert of I3c4672d3758ef2ae7a093cd6f121db28ea1672ce.

Change-Id: I22748b6707a62f9dddf23ff81250770875c9ef0b
2014-02-20 11:34:07 +05:30
Subramanian Srinivasan 18f0df1004 Changes Bluedroid configuration for BLE Peripheral mode
Enables read remote device feature and connection
update features in bluedroid configuration for
BLE peripheral mode implementation.

Change-Id: Ifc38df532e6d7b7800097f879d943e950c4f5fd1
2014-02-19 11:59:39 -08:00
Satish kumar sugasi d09a9bd4d6 Bluetooth: Enable config to skip read remote device features
This avoids sending read remote device features which cause encryption
failure with few remote devices.

CRs-Fixed: 590293
Change-Id: I8b5fd9f1dda1fa11b74953825a3ccbdc0e709511
2013-12-16 11:38:43 -08:00
Nitin Arora f68d13a12d Bluetooth: Enable macro to skip conn update at conn complete
The patch enables the macro in order to skip the connection
param update at the conn complete event since it interferes
with the link encryption

Change-Id: Id41ed9d9b44bb5f1292b41ac9ec9507e97d51eba
CRs-Fixed: 585765
2013-12-11 11:56:47 -08:00
Satish kumar sugasi ee8505638c Bluetooth: Add Interleave scan feature
Add Interleave Bluetooth scan feature so that both
Bluetooth classic and LE devices can be discovered

Change-Id: I3c4672d3758ef2ae7a093cd6f121db28ea1672ce
CRs-Fixed: 567862
2013-10-28 13:06:15 -07:00
Pradeep Panigrahi 747bdcfca5 Bluetooth: Number of L2CAP channel supported is increased.
Max no of L2cap channels supported increased to 14 from 10
to accomodate 7 ACL connections.

CRs-fixed: 463304

Change-Id: Id05dae20777bacdb8d0030518d38471e7201db6c
2013-07-18 02:23:48 +05:30
Pradeep Panigrahi 87114bcac4 Bluetooth: Set Bluetooth Device default name to QCOM-BTD
set BTM_DEF_LOCAL_NAME value to "QCOM-BTD". Bluetooth device
default name comes from this macro.

Change-Id: I14d04aaf7fbed657bc1aa8b12b458c0d64806340
CRs-fixed: 464836
2013-05-16 17:53:35 +05:30