matthias.ringwald@gmail.com
|
1fb05f9241
|
moved swapX functions into utils.c
|
2014-02-28 21:07:59 +00:00 |
|
matthias.ringwald@gmail.com
|
ffb495ea4a
|
replace sprintf with custom loop
|
2014-01-19 17:38:12 +00:00 |
|
matthias.ringwald@gmail.com
|
bde315ce6c
|
renamed btstack config.h to btstack-config.h to allow for better integration with other projects
|
2014-01-19 16:45:57 +00:00 |
|
matthias.ringwald@gmail.com
|
9ab95c9023
|
use link_key_type_t as defined in Link Notification Event
|
2014-01-16 19:12:38 +00:00 |
|
matthias.ringwald@gmail.com
|
c0712fc68a
|
start sorting Security Manager code
|
2014-01-03 19:19:37 +00:00 |
|
matthias.ringwald@gmail.com
|
60419c259d
|
use printf for hexdump
|
2013-06-10 13:57:46 +00:00 |
|
matthias.ringwald
|
6b64433e6a
|
added non-commerical clause and contact email
|
2012-05-07 21:54:09 +00:00 |
|
matthias.ringwald
|
6b78cfd088
|
revert last conmmit. order was correct
|
2011-09-25 19:16:37 +00:00 |
|
matthias.ringwald
|
24e9d60af0
|
fix order of BD_ADDR human representation
|
2011-09-25 18:51:28 +00:00 |
|
matthias.ringwald
|
c8901d41d6
|
use 'config.h' instead of '../config.h' to make standalone builds easier
|
2011-09-25 14:14:10 +00:00 |
|
matthias.ringwald
|
338d311437
|
remove unused empty buffer
|
2011-08-21 18:27:18 +00:00 |
|
matthias.ringwald
|
4ef355bc23
|
return addr to bd_addr_to_str_buffer instead of addr of function
|
2011-08-21 13:25:11 +00:00 |
|
matthias.ringwald@gmail.com
|
d2fe945c6b
|
use memset(addr, 0, len) instead of bzero(addr, len) to increase portability
|
2011-08-18 16:43:15 +00:00 |
|
matthias.ringwald
|
339b676821
|
use new bd_addr_to_str
|
2011-07-27 22:03:34 +00:00 |
|
matthias.ringwald
|
a0a181d097
|
added bd_addr_to_str (non-reentrant)
|
2011-07-27 21:45:15 +00:00 |
|
matthias.ringwald
|
7b5fbe1fe3
|
replace all log_dbg with log_info
|
2011-07-22 18:31:02 +00:00 |
|
matthias.ringwald
|
3501162e44
|
include config.h, skip sscan_bd_addr for EMBEDDED
|
2011-06-05 11:23:57 +00:00 |
|
matthias.ringwald
|
ff4d69d2cb
|
test for HAVE_BZERO
|
2011-06-05 09:52:42 +00:00 |
|
matthias.ringwald
|
9cfcc54d6f
|
replaced printf and fprintf(\stderr with log_dbg and log_err
|
2011-05-05 18:45:28 +00:00 |
|
matthias.ringwald
|
dac9501756
|
use aa:bb:cc:dd:ee:ff for Bluetooth address printing
|
2010-09-09 17:43:34 +00:00 |
|
matthias.ringwald
|
856c7144e5
|
added bzero for embedded systems
|
2010-08-08 17:59:59 +00:00 |
|
matthias.ringwald
|
866d626ba4
|
add bzero for embedded targets
|
2010-08-03 19:57:39 +00:00 |
|
matthias.ringwald
|
cf0b66f05f
|
fix typo, use log_ macros
|
2010-07-04 19:35:21 +00:00 |
|
matthias.ringwald
|
1de0640a0a
|
use loop instead of bzero (temporarily for embedded port)
|
2010-07-04 15:03:34 +00:00 |
|
matthias.ringwald
|
9585ad6b8f
|
fix signed/unsigned warning
|
2010-07-04 14:54:56 +00:00 |
|
matthias.ringwald
|
c840b07bfe
|
add utils used by sdp
|
2010-06-09 17:32:07 +00:00 |
|
matthias.ringwald
|
378e197db2
|
added big endian helpers to utils.c for SDP
|
2010-06-09 15:30:49 +00:00 |
|
matthias.ringwald
|
1713bcea3a
|
prepend all source files with 'new BSD' copyright header
|
2009-10-29 20:25:42 +00:00 |
|
matthias.ringwald
|
23053b9e43
|
organize headers: e.g. use <btstack/btstack.h> instead of "btstack.h"
|
2009-09-28 21:19:05 +00:00 |
|
matthias.ringwald
|
d416da4205
|
added crc-8 functions from BTnut code needed for RFCOMM
|
2009-09-24 19:36:52 +00:00 |
|
matthias.ringwald
|
9edc874259
|
added capture mode to get all ACL packets from client app, started BTstack Man-in-the-Middle implementation
|
2009-08-24 21:56:12 +00:00 |
|
matthias.ringwald
|
da269baadb
|
start with l2cap implementation
|
2009-07-28 21:04:16 +00:00 |
|
matthias.ringwald
|
fe1ed1b8b6
|
keep track of HCI connections
|
2009-07-24 21:13:53 +00:00 |
|
matthias.ringwald
|
ba681a6c12
|
extract utility functions into utils.c
|
2009-07-23 21:43:37 +00:00 |
|