summaryrefslogtreecommitdiffstats
path: root/main/bte_conf.c
Commit message (Collapse)AuthorAgeFilesLines
* osi: add compat code for glibcScott James Remnant2015-04-021-0/+1
| | | | | | | glibc doesn't declare strlcpy(), strlcat() or gettid(). Add a header of compatibility routines that only get included when compiling on this. Change-Id: I889ac7f1d22cf7056757890fcff0403107488d62
* Demote, cleanup and extend observed loggingChris Manton2015-03-161-1/+1
|
* Use fully qualified path for OSI includes.Sharvil Nanavati2015-03-161-1/+1
|
* Add platform-independent logging macros to OSI.Sharvil Nanavati2015-03-161-16/+16
| | | | | | These macros should replace ALOG* and the various trace macros used throughout bluedroid. This change eliminates all uses of the ALOG* macros in favor of the new ones.
* Refactor btsnoop and stack config into modulesZach Johnson2015-03-161-29/+0
| | | | | | | | | | | | Moves stack config out of the combined bte_config, and into its own module. Makes btsnoop more self sufficient and removes uneccessary levels of indirection. Refactor logging slightly into a (temporary) module to disassociate from the direct calls from config. Eliminates some useless stuff in the module as well.
* Add ability to preserve existing snoop logAndre Eisenbach2014-09-171-0/+2
| | | | | | | | | | | | | Currently a stack restart or device reboot will overwrite existing snoop logs when the stack restarts. This patch adds a new configuration file parameter "BtSnoopSaveLog" that, if enabled, will cause an existing snoop log to be renamed to "<snoop_file_name>.last" before a new snoop log is created. This will allow for easier debugging of crashes that involve a reboot or stack restart. Change-Id: I4f56204d31a6bf2e96058938e8616eb6dee7360b
* Fix build: Revert the reversion done due to build failure.Prerepa Viswanadham2014-07-191-0/+26
| | | | | | | | | | | original commit id: 347a1d64c7a9c345793c61b03bdcaa31ad8e5678 revert commit id: 571c81ed119833b5e5cbd6bedffd7409a10be21d Fix builds: Revert "Added code to publish ble adv tx power in dBm"" This reverts commit 571c81ed119833b5e5cbd6bedffd7409a10be21d. Change-Id: I2afeeaa4b52aa449e54115fd5f816a7a949d2ea8
* Fix builds: Revert "Added code to publish ble adv tx power in dBm"Ed Heyl2014-07-181-23/+0
| | | | | | This reverts commit 347a1d64c7a9c345793c61b03bdcaa31ad8e5678. Change-Id: If62571a3f5bd87d04e5643855c9fea1b8048aa5a
* Added code to publish ble adv tx power in dBmgit-zhenye.broadcom.com2014-07-171-0/+23
| | | | Bug 15412969
* Clean up DID configuration parsing.Sharvil Nanavati2014-06-231-359/+52
| | | | Change-Id: Iba77c9924c1f4fe926a7e59653b80e9d836c4fc5
* Use the generic config parser to parse bt_stack.conf.Sharvil Nanavati2014-05-301-74/+36
| | | | Change-Id: I4dc9307f5f5e0702c7a6283a59c94c56cead2eb6
* Eliminate dead code (helped by compiler warnings).Sharvil Nanavati2014-05-081-1/+0
| | | | | | I've removed all functions that the compiler decided were unused. Change-Id: I0cbddf874ebd1586abe29b80e8d6390680679542
* Major warnings cleanupMike J. Chen2014-02-111-0/+6
| | | | | | | | | | | | Mostly fixing unused parameter warnings. A few other warnings also fixed like possible use of unitialized variables (no real issue found, just compiler couldn't follow the path), signed vs unsigned warning. Also fixed some typos, indent issues, removal of dead code, etc. Change-Id: I95eb887aefc4d559d7921f71a0af5f3bfb01ac01 Signed-off-by: Mike J. Chen <mjchen@google.com>
* Snapshot cdeccf6fdd8c2d494ea2867cb37a025bf8879bafThe Android Open Source Project2012-12-121-0/+449
Change-Id: Ia2de32ccb97a9641462c72363b0a8c4288f4f36d