Matthias Ringwald
|
ada022b7e8
|
make embedded_get_time_ms and posix_get_time_ms private. (use run_loop_get_time_ms instead)
|
2015-06-16 23:37:11 +02:00 |
|
Matthias Ringwald
|
ea2df9a562
|
add run_loop_get_time_ms() and implement in embedded, posix, and cocoa run loops
|
2015-06-16 23:26:52 +02:00 |
|
Matthias Ringwald
|
caff7b6e81
|
implmenet embedded_get_time_ms for HAVE_TIME_MS in embedded run loop
|
2015-06-15 22:37:54 +02:00 |
|
Matthias Ringwald
|
4fc359d955
|
moved hsp implementation to src/ and all pts tests to test/pts
|
2015-06-12 22:16:57 +02:00 |
|
Matthias Ringwald
|
cfc59f1b60
|
trigger hci_run on gap le advertisement commands
|
2015-06-12 21:51:56 +02:00 |
|
Matthias Ringwald
|
9a2e4658f8
|
re-enable advertisements after disconnect
|
2015-06-12 20:08:52 +02:00 |
|
Matthias Ringwald
|
09d6503165
|
fix enumeration
|
2015-06-12 20:08:23 +02:00 |
|
Matthias Ringwald
|
45c102fdda
|
add helper hci_le_advertisements_set_params function to avoid call to sm from hci, gap ddvertisement control complete
|
2015-06-12 19:28:46 +02:00 |
|
Matthias Ringwald
|
171293d35a
|
track advertisements enable
|
2015-06-11 22:26:31 +02:00 |
|
Matthias Ringwald
|
a828a7565a
|
skip read buffer size and write le host supported if they are not implemented, e.g. on EM9301
|
2015-06-10 23:02:49 +02:00 |
|
Matthias Ringwald
|
a70cff6b3b
|
added hci_read_local_supported_commands
|
2015-06-10 22:30:32 +02:00 |
|
Matthias Ringwald
|
8a37b10a01
|
allow to enable/disable log_info and log_debug for HAVE_HCI_DUMP
|
2015-05-29 21:37:00 +02:00 |
|
Matthias Ringwald
|
d23838ec66
|
added callback for Bluetooth hardware error
|
2015-05-18 21:13:28 +02:00 |
|
Matthias Ringwald
|
1c42f7eda0
|
use Security Level 2 (Encrypted, no MITM protection) as default for RFCOMM
|
2015-05-15 11:11:49 +02:00 |
|
Matthias Ringwald
|
775ecc3663
|
only reject l2cap connection due to insufficient security level after authentication procedure was performed
|
2015-05-14 22:59:36 +02:00 |
|
Matthias Ringwald
|
2b65942fc7
|
add missing format specifier
|
2015-05-14 12:54:16 +02:00 |
|
Matthias Ringwald
|
522ba429ec
|
add re-used records from device db in front, extend tests a bit
|
2015-05-14 10:20:44 +02:00 |
|
Matthias Ringwald
|
3e35d521bf
|
ignore remove NULL item from linked list
|
2015-05-14 10:17:49 +02:00 |
|
Matthias Ringwald
|
e569dfd95d
|
add cast to getting security level
|
2015-05-13 10:34:21 +02:00 |
|
Matthias Ringwald
|
1a6180181a
|
no break after return
|
2015-05-13 10:33:00 +02:00 |
|
Matthias Ringwald
|
71de195ed3
|
fix c99 warnings for missing argument of functions with no arguments, fix more warnings
|
2015-05-13 10:30:46 +02:00 |
|
Matthias Ringwald
|
dd7b6f613f
|
update sdp_util to create SPP v1.2 compliant record
|
2015-05-10 22:07:54 +02:00 |
|
Matthias Ringwald
|
8d29070e3b
|
Send hci reset after setting bd addr on stlc2500d
|
2015-05-08 22:19:45 +02:00 |
|
Matthias Ringwald
|
2f48d9200b
|
schedule bd addr change before baud change
|
2015-05-08 21:58:00 +02:00 |
|
Matthias Ringwald
|
3f10c8597f
|
fix unused variables
|
2015-05-07 22:39:21 +02:00 |
|
Matthias Ringwald
|
288f84bdbd
|
avoid warning about uninitialized code
|
2015-05-07 20:53:22 +02:00 |
|
Sean Wilson
|
6da48142ef
|
Fix C99 warnings.
|
2015-04-28 10:31:53 -04:00 |
|
Milanka Ringwald
|
6fce7d519e
|
pan: added l2cap psm attr, and fixed uuid size
|
2015-04-24 16:06:39 +02:00 |
|
Matthias Ringwald
|
0d384c4d89
|
add support for embedded platforms with millisecond clock
|
2015-04-21 22:51:19 +02:00 |
|
Matthias Ringwald
|
4696bddb90
|
support baudrate change on STM STLC2500D chipset
|
2015-04-17 16:08:51 +02:00 |
|
Milanka Ringwald
|
95fb93797d
|
copyright update
|
2015-04-17 11:53:41 +02:00 |
|
Matthias Ringwald
|
76fcb19bdb
|
call hci_read_local_version_information after hci reset
|
2015-04-16 15:38:53 +02:00 |
|
Matthias Ringwald
|
ae735515d9
|
added hci_read_local_version_information
|
2015-04-16 15:38:30 +02:00 |
|
Matthias Ringwald
|
1ebf5f9c83
|
use last google code svn commit in BTSTACK_EVENT_VERSION
|
2015-04-11 22:26:35 +02:00 |
|
Matthias Ringwald
|
065bf9df89
|
check for blocks being freed twice
|
2015-04-11 22:05:44 +02:00 |
|
Matthias Ringwald
|
8912abed06
|
fix crash in uuid128_to_str
|
2015-04-10 12:39:03 +02:00 |
|
Matthias Ringwald
|
db8bc6ff3e
|
correct check for baud rate change during hci init
|
2015-04-10 10:10:41 +02:00 |
|
Milanka Ringwald
|
3de9530758
|
updated docu style
|
2015-04-09 17:09:04 +02:00 |
|
Milanka Ringwald
|
5e6d58c471
|
annotate start/end API
|
2015-04-09 14:46:44 +02:00 |
|
Matthias Ringwald
|
22c29ab418
|
mark channel as invalid before sending connection response decline or disconnection response
|
2015-04-07 22:43:51 +02:00 |
|
Matthias Ringwald
|
bac1ffdb4f
|
add gatt_get_mtu daemon command and GATT_MTU response event
|
2015-04-03 22:42:05 +02:00 |
|
Matthias Ringwald
|
c0c9aacc37
|
simplify HCI_INIT_W4_SEND_BAUD_CHANGE, too
|
2015-04-02 17:45:49 +02:00 |
|
Matthias Ringwald
|
a80162e9a6
|
correct setting custom baudrate or bd_addr during init
|
2015-04-02 16:38:59 +02:00 |
|
Matthias Ringwald
|
0d3b00a243
|
fix init for EM9301 module
|
2015-03-31 21:47:59 +02:00 |
|
Matthias Ringwald
|
2f342ec5cb
|
extracted uuid128_to_str
|
2015-03-31 16:15:55 +02:00 |
|
Matthias Ringwald
|
e47e68c797
|
handle CSR Warm Boot
|
2015-03-31 12:43:57 +02:00 |
|
Matthias Ringwald
|
7b0d76671f
|
restore num_packets for resend of HCI Reset
|
2015-03-30 22:26:50 +02:00 |
|
Matthias Ringwald
|
0305bdeab4
|
resend HCI Reset using timer
|
2015-03-30 21:38:56 +02:00 |
|
Matthias Ringwald
|
74b323a9b2
|
rewrote hci initialization to be less clever/more sane
|
2015-03-30 00:04:53 +02:00 |
|
Matthias Ringwald
|
c4633093a7
|
removed even/odd calculation on hci init substate
|
2015-03-29 23:01:27 +02:00 |
|