ole.reinhardt@googlemail.com
|
feb9b63cc4
|
Fixed not freed packet buffer bug, when packet size exceeds MTU in bnep_send()
Fixed max frame size calculation
|
2014-11-12 00:12:13 +00:00 |
|
matthias.ringwald@gmail.com
|
96ea52a826
|
drop h4, link against winsock2 on win32
|
2014-11-11 23:03:03 +00:00 |
|
matthias.ringwald@gmail.com
|
c7c3776f84
|
use $^ where possible
|
2014-11-11 22:54:07 +00:00 |
|
matthias.ringwald@gmail.com
|
e91c3bdb8e
|
drop non-usb examples
|
2014-11-11 22:51:10 +00:00 |
|
matthias.ringwald@gmail.com
|
1c85d092b2
|
don't handle SIGPIPE on windows yet
|
2014-11-11 21:26:25 +00:00 |
|
matthias.ringwald@gmail.com
|
2389ed1f7e
|
set usb configuration 1, don't try to detach kernel on WIN32 either
|
2014-11-11 21:25:04 +00:00 |
|
ole.reinhardt@googlemail.com
|
98f09fd9b8
|
Allways call bnep_run() in bnep_hci_event_handler(). Even if the incomming event
if unknown. Otherwise package handling could stop
|
2014-11-11 21:08:29 +00:00 |
|
matthias.ringwald@gmail.com
|
fe4751381e
|
add winsock2 for gethostname on win32
|
2014-11-11 20:33:00 +00:00 |
|
matthias.ringwald@gmail.com
|
b52eaea5b4
|
don't use ntohl
|
2014-11-11 20:28:48 +00:00 |
|
matthias.ringwald@gmail.com
|
d5ea892498
|
fix compile for win32
|
2014-11-11 20:18:26 +00:00 |
|
matthias.ringwald@gmail.com
|
203bace68e
|
release packet buffer after last acl fragment for synchronous HCI transport implementation
|
2014-11-10 12:53:34 +00:00 |
|
matthias.ringwald@gmail.com
|
f6df6bbd34
|
link against lws2_32 on mingw32
|
2014-11-09 21:49:42 +00:00 |
|
matthias.ringwald@gmail.com
|
91ca87f1da
|
fix compile for win32
|
2014-11-09 21:36:06 +00:00 |
|
matthias.ringwald@gmail.com
|
91f0794e44
|
fix compile for mingw32
|
2014-11-09 21:22:49 +00:00 |
|
mila@ringwald.ch
|
302495ebce
|
work on supported profiles and protocols
|
2014-11-07 16:08:26 +00:00 |
|
matthias.ringwald@gmail.com
|
e2b9f4ac0f
|
fix command line parsing
|
2014-11-07 15:24:24 +00:00 |
|
mila@ringwald.ch
|
a9aa8324cd
|
changing structure: move from MSPP430 to general BTstack manual
|
2014-11-07 13:17:14 +00:00 |
|
matthias.ringwald@gmail.com
|
96f1894675
|
moved CocoaTouch into platforms/ios
|
2014-11-06 23:19:46 +00:00 |
|
matthias.ringwald@gmail.com
|
ce0c3c4c8d
|
move WiiMoteDemo into platforms/ios
|
2014-11-06 23:18:59 +00:00 |
|
matthias.ringwald@gmail.com
|
018b47c77d
|
preparing extraction of examples into embedded folder
|
2014-11-06 23:11:45 +00:00 |
|
matthias.ringwald@gmail.com
|
2a7e8b9174
|
use VPATH to collect .o and .d in current dir
|
2014-11-06 21:18:37 +00:00 |
|
matthias.ringwald@gmail.com
|
a7e11cda4e
|
collect actuall BTstack embedded examples in example/embedded
|
2014-11-06 21:14:37 +00:00 |
|
matthias.ringwald@gmail.com
|
d895277b5f
|
allow to build multiple targets
|
2014-11-06 20:56:45 +00:00 |
|
matthias.ringwald@gmail.com
|
ec6321ee39
|
reserve buffer in front of incoming hci_packet buffer for h4 (posix, dma, dma+ehcill) and h2 libusb, and acl recombination buffer
|
2014-11-06 20:09:57 +00:00 |
|
mila@ringwald.ch
|
99d8e5fec0
|
updated gatt browser example, extarcted section on protocols and profiles
|
2014-11-06 15:51:18 +00:00 |
|
matthias.ringwald@gmail.com
|
9e20d29a88
|
generate PacketLogger output file, convert timestamps
|
2014-11-06 14:12:51 +00:00 |
|
mila@ringwald.ch
|
1feaf78dc0
|
added btstack manual tex files
|
2014-11-06 14:09:12 +00:00 |
|
matthias.ringwald@gmail.com
|
352208daaa
|
use att_connection.mtu instead of calling l2cap_max_mtu (for better testing)
|
2014-11-06 11:40:20 +00:00 |
|
mila@ringwald.ch
|
a985b2fd2e
|
start on packet log converter
|
2014-11-06 11:35:59 +00:00 |
|
mila@ringwald.ch
|
349c7a6328
|
removed call to l2cap_le_mtu from att
|
2014-11-06 10:36:35 +00:00 |
|
matthias.ringwald@gmail.com
|
198a9e1b41
|
enable HCI packet logs to console for EMBEDDED
|
2014-11-05 22:44:05 +00:00 |
|
matthias.ringwald@gmail.com
|
41d81c3411
|
fix compile
|
2014-11-05 22:43:08 +00:00 |
|
matthias.ringwald@gmail.com
|
eb660a1b5c
|
link to hci_dump also for libBTstack on iOS
|
2014-11-04 23:28:46 +00:00 |
|
matthias.ringwald@gmail.com
|
1b4fef3d12
|
debug into hci_dump on iOS
|
2014-11-04 20:58:27 +00:00 |
|
matthias.ringwald@gmail.com
|
b34233c302
|
define HCI_INCOMING_PRE_BUFFER_SIZE and reserve space in posix libusb and h4 transport
|
2014-10-31 21:17:58 +00:00 |
|
matthias.ringwald@gmail.com
|
7b472d9ff8
|
moved ancs_client_lit into ble/
|
2014-10-31 16:12:52 +00:00 |
|
matthias.ringwald@gmail.com
|
56cf0c034b
|
fix missing colons
|
2014-10-31 16:11:55 +00:00 |
|
matthias.ringwald@gmail.com
|
60da618dda
|
provide additional extra byte before outgoing HCI packet buffer
|
2014-10-31 16:05:59 +00:00 |
|
mila@ringwald.ch
|
3e05add930
|
gtt client extended to handle multiple subclients of a peripheral
|
2014-10-31 15:58:44 +00:00 |
|
matthias.ringwald@gmail.com
|
f53da564a8
|
mark l2cap signal response pending to avoid sending it multiple times with synchronous HCI Transport implementation
|
2014-10-31 15:46:38 +00:00 |
|
mila@ringwald.ch
|
0f058b53b4
|
fix compile
|
2014-10-31 15:08:16 +00:00 |
|
matthias.ringwald@gmail.com
|
630c4f2ddf
|
append complete power command + calibration sequence if calibration missing
|
2014-10-31 13:47:02 +00:00 |
|
matthias.ringwald@gmail.com
|
24f2c40e67
|
assert templates for set power vector and set class2 single power exist
|
2014-10-31 13:04:19 +00:00 |
|
mila@ringwald.ch
|
2e97c1499b
|
python script for btstack memory template writes directly to btstack_memory.h and .c files
|
2014-10-31 11:42:29 +00:00 |
|
matthias.ringwald@gmail.com
|
4ea3cf6cc9
|
Edited wiki page CC256x through web user interface.
|
2014-10-31 11:39:02 +00:00 |
|
matthias.ringwald@gmail.com
|
da618a2352
|
removed stellaris extraction code since TI provides init scripts as .bts files since years
|
2014-10-31 11:37:37 +00:00 |
|
matthias.ringwald@gmail.com
|
2ddd87ae14
|
allow cc256x init script commands to get expaned
|
2014-10-31 11:15:11 +00:00 |
|
matthias.ringwald@gmail.com
|
bc8e7c68c3
|
set power level for Bluetooth Low Energy, thanks to Hasjim for figuring this out
|
2014-10-30 09:53:14 +00:00 |
|
matthias.ringwald@gmail.com
|
5d07299d04
|
fix typo in sdp_bnep_query
|
2014-10-30 09:41:30 +00:00 |
|
matthias.ringwald@gmail.com
|
9a9c32e4a1
|
remove additional incorrect check
|
2014-10-29 12:06:51 +00:00 |
|