History log of /external/bluetooth/bluedroid/hci/src/lpm.c
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
6ef101187774e30ddba6b46bbedef549a42196ad 18-Sep-2012 Andre Eisenbach <andre@broadcom.com> Initual Bluetooth open source release

First release under Apache source license with updated header files
and whitespace cleanups. Also fixed file permission to remove executable
bit from source files.

Change-Id: I7155903edfc2f491c1cbbd0db108f207852caaa0
/external/bluetooth/bluedroid/hci/src/lpm.c
b7049f8573901ca12738fc47508a31ccb1de1c1c 07-Aug-2012 YK Jeffrey Chao <jechao@broadcom.com> Revise BT vendor lib interface (1/2)

1. Move UART port configuration into vendor lib to respect the fact that each
vendor might have different UART port settings for its own chipsets.

2. Detail bt_vendor_lib.h header file with usage instructions.

Change-Id: I10dc44afd9b3cc1985769166a717089728281296
/external/bluetooth/bluedroid/hci/src/lpm.c
595bced8e7c280e37a75b9bf9c1f36263434041c 07-Apr-2012 Matthew Xie <mattx@google.com> replace logx with alogx

Conflicts:

btif/src/btif_core.c
btif/src/btif_dm.c
btif/src/btif_hh.c
btif/src/btif_sock.c
gki/ulinux/gki_ulinux.c
hci/include/bt_hci_bdroid.h
hci/src/bt_hci_bdroid.c
hci/src/btsnoop.c
hci/src/hci_h4.c
hci/src/userial.c
vendor/libvendor/src/hardware.c
vendor/libvendor/src/upio.c
/external/bluetooth/bluedroid/hci/src/lpm.c
32f0db60f911ed0b7f3bca0210a4568621b99074 23-Apr-2012 YK Jeffrey Chao <jechao@broadcom.com> Split and restructure the original BT vendor lib (I - external/bluetooth/bluedroid).

1. Split the original external/bluetooth/bluedroid/vendor directory to two parts: external/bluetooth/bluedroid/hci and vendor/broadcom/libbt-vendor. Each part produces a .so library (libbt-hci.so and libbt-vendor.so).

2. libbt-hci.so contains:
+ HCI H4 send & receive functions
+ Userial read & write functions
+ LPM common logic operations
+ btsnoop functions.

3. No build-time (.txt) and run-time (.conf) configuration for libbt-hci.so.

4. libbt-vendor.so contains:
+ firmware patch download function
+ SCO configuration
+ LPM VSC and BT_WAKE control
+ UART port open
+ upio control for BT chip power on/off.

5. libbt-vendor.so has build-time and run-time configuration support.

Change-Id: I61d55c75c66d25459d80893a5f72bccce2b54770
/external/bluetooth/bluedroid/hci/src/lpm.c