summaryrefslogtreecommitdiffstats
path: root/stack
diff options
context:
space:
mode:
authorKausik Sinnaswamy <kausik@broadcom.com>2012-04-26 16:42:00 +0530
committerMatthew Xie <mattx@google.com>2012-07-14 11:19:18 -0700
commitc6be83856892327f88002191b0c067e1e26d0d9e (patch)
tree882bb4e190d1e81aaf60426ba4e4e988f8bf7e68 /stack
parent7105408a110e1fa7bfa7b82637cd704a2c428f68 (diff)
downloadexternal_bluetooth_bluedroid-c6be83856892327f88002191b0c067e1e26d0d9e.zip
external_bluetooth_bluedroid-c6be83856892327f88002191b0c067e1e26d0d9e.tar.gz
external_bluetooth_bluedroid-c6be83856892327f88002191b0c067e1e26d0d9e.tar.bz2
Increased the SDP DB size to 8K as there were devices whose number of
UUID attributes exceeded the current limit of 4K Change-Id: I10dd833eb7ffcd42fb6ccb60318921296873be95
Diffstat (limited to 'stack')
-rw-r--r--stack/btu/btu_hcif.c12
1 files changed, 0 insertions, 12 deletions
diff --git a/stack/btu/btu_hcif.c b/stack/btu/btu_hcif.c
index 2b3c418..a4b1888 100644
--- a/stack/btu/btu_hcif.c
+++ b/stack/btu/btu_hcif.c
@@ -1160,13 +1160,7 @@ static void btu_hcif_command_complete_evt (UINT8 controller_id, UINT8 *p, UINT16
p_cplt_cback = *((void **)(p_cmd + 1));
}
-// btla-specific ++
-#if (defined(BTE_HCIUTILS_HOOK_INCLUDED) && (BTE_HCIUTILS_HOOK_INCLUDED == TRUE))
- HCIUTILS_COPY_AND_SEND_TO_BTE_APPL(BT_EVT_TO_LM_HCI_CMD, p_cmd);
-#else
GKI_freebuf (p_cmd);
-#endif
-// btla-specific --
break;
}
@@ -1436,13 +1430,7 @@ static void btu_hcif_command_status_evt (UINT8 controller_id, UINT8 *p, UINT16 e
/* free stored command */
if (p_cmd != NULL)
{
-// btla-specific ++
-#if (defined(BTE_HCIUTILS_HOOK_INCLUDED) && (BTE_HCIUTILS_HOOK_INCLUDED == TRUE))
- HCIUTILS_COPY_AND_SEND_TO_BTE_APPL(BT_EVT_TO_LM_HCI_CMD, p_cmd);
-#else
GKI_freebuf (p_cmd);
-#endif
-// btla-specific --
}
/* See if we can forward any more commands */