2896 Commits

Author SHA1 Message Date
matthias.ringwald@gmail.com
d8407cf0ab only print counter if it was sent 2014-10-16 13:49:32 +00:00
matthias.ringwald@gmail.com
e9f7ae9d05 fix unused var warning 2014-10-16 13:47:44 +00:00
matthias.ringwald@gmail.com
21549150c6 accepted patch from issue #423. Fixed #423 2014-10-16 13:02:20 +00:00
matthias.ringwald@gmail.com
2a7874165a accept patch from #424 2014-10-16 12:46:17 +00:00
ole.reinhardt@googlemail.com
d57175bae7 Fixed typo and some function namings 2014-10-16 12:27:27 +00:00
mila@ringwald.ch
e6f51008ec fixed tracking of l2cap, rfcomm services and channels 2014-10-16 11:33:28 +00:00
mila@ringwald.ch
53d7624b52 updated Makefile 2014-10-16 10:37:31 +00:00
mila@ringwald.ch
49930caa4d updated Makefile.in 2014-10-16 10:33:07 +00:00
mila@ringwald.ch
864325c185 update Makefile 2014-10-16 10:27:35 +00:00
mila@ringwald.ch
cc973175fe fixed compile 2014-10-16 10:12:03 +00:00
ole.reinhardt@googlemail.com
67385654ba Some code rework, start implementing benp_run routine and statemachine to
handle async package sending
2014-10-16 09:45:36 +00:00
matthias.ringwald@gmail.com
d2cac39838 disable DUMP in h4 ehcill transport again (accidentally enabled in r2892) 2014-10-16 09:19:10 +00:00
matthias.ringwald@gmail.com
d2ec4031ba avoid /** comments, clean up block comments 2014-10-16 09:15:23 +00:00
matthias.ringwald@gmail.com
86faba9c68 try to work around missing STDOUT_FILENO on IAR 2014-10-16 08:56:20 +00:00
matthias.ringwald
ceea31999e don't declare variables in case block 2014-10-15 08:27:13 +00:00
matthias.ringwald@gmail.com
6e0f0421a3 added #include guard to btstack-config.h 2014-10-14 20:00:04 +00:00
matthias.ringwald@gmail.com
b3ed86b418 use embedded version of SDP service registration 2014-10-14 19:38:14 +00:00
matthias.ringwald@gmail.com
0414dabd12 don't typedef enum for bit flags 2014-10-14 19:33:15 +00:00
matthias.ringwald@gmail.com
aa82504ef4 remove my_flash 2014-10-14 19:31:40 +00:00
matthias.ringwald@gmail.com
3ac2fe5667 fix regression from r2882 2014-10-13 20:54:01 +00:00
matthias.ringwald@gmail.com
4d7157c318 fix daemon compile without BLE support 2014-10-13 19:40:50 +00:00
matthias.ringwald@gmail.com
9e6a460e01 added config options for bnep 2014-10-11 19:48:31 +00:00
mila@ringwald.ch
da886c035d le central handle connection update params 2014-10-10 15:20:54 +00:00
mila@ringwald.ch
ad053ec4a5 works with timer 2014-10-09 20:41:02 +00:00
mila@ringwald.ch
b30d296ecf cast BTstack error 2014-10-09 20:40:29 +00:00
mila@ringwald.ch
54d77b0dc0 renamed variable 2014-10-09 20:05:57 +00:00
mila@ringwald.ch
d369dee427 fix gatt client test 2014-10-09 19:44:04 +00:00
mila@ringwald.ch
dc603b3601 fix tests 2014-10-09 15:15:53 +00:00
mila@ringwald.ch
567c20c949 fix compile gatt client test 2014-10-09 14:21:41 +00:00
mila@ringwald.ch
d11cb9e143 fix compile 2014-10-09 10:16:32 +00:00
mila@ringwald.ch
2d27d5e979 att mtu is per default ATT MTU MIN. During MTU exchange is set to a max l2cap le mtu 2014-10-09 10:09:04 +00:00
mila@ringwald.ch
4ff786cfeb use HCI_ACL_PAYLOAD_SIZE to determine L2CAP MTU 2014-10-09 09:49:47 +00:00
mila@ringwald.ch
edb8d076e0 used HCI_ACL_PAYLOAD_SIZE as att request buffer size 2014-10-09 09:11:49 +00:00
mila@ringwald.ch
eb7f386b26 use hci_acl_le_data_buffer_length to get max le l2cap mtu 2014-10-09 09:08:48 +00:00
mila@ringwald.ch
6c26b08747 cap le acl buffer size, added hci function 2014-10-09 09:00:27 +00:00
ole.reinhardt@googlemail.com
dc54b91706 Fixed another compile warning 2014-10-08 13:29:24 +00:00
ole.reinhardt@googlemail.com
110e8e4ce6 Added BNEP settings to different btstack-config.h 2014-10-08 13:22:06 +00:00
ole.reinhardt@googlemail.com
fdb398c2d3 Added bnep memory structs 2014-10-08 13:21:55 +00:00
ole.reinhardt@googlemail.com
85527ca3cc Added BNEP PSM 2014-10-08 13:21:49 +00:00
ole.reinhardt@googlemail.com
66b319ed3a Added bnep.c bnep.h, still under development, may not yet compile 2014-10-08 13:21:40 +00:00
matthias.ringwald@gmail.com
52575d0137 document nucleo setup 2014-10-07 09:06:00 +00:00
matthias.ringwald@gmail.com
9beefc2cc4 fix format for GATT_ALL_CHARACTERISTIC_DESCRIPTORS_QUERY_RESULT 2014-10-06 19:57:12 +00:00
matthias.ringwald@gmail.com
c03e16aeab added string helpers for link key and link key type from Christian Wick 2014-10-06 19:16:15 +00:00
matthias.ringwald@gmail.com
b0c7de49b9 use 250 ms system tick, disable eHCILL for now 2014-10-05 21:48:05 +00:00
matthias.ringwald@gmail.com
2c83071354 added #defines for BLE 2014-10-05 18:31:37 +00:00
matthias.ringwald@gmail.com
810505c066 use wfe instruction to enter sleep mode only if no event had occured prior. spp_and_le_counter working on STM32 2014-10-05 18:18:10 +00:00
matthias.ringwald@gmail.com
2121f530c8 fix warning on MSP430X check for other targets 2014-10-05 11:05:56 +00:00
matthias.ringwald@gmail.com
ac6b644223 use local hci_uart_config - 1 mbps not working with interal RC clock at 8 mhz 2014-10-05 10:54:40 +00:00
matthias.ringwald@gmail.com
452cf3bbef implemented L2CAP packet framgentation (in hci.c) 2014-10-05 10:30:58 +00:00
matthias.ringwald@gmail.com
2e480f6351 add #define to enable eHCILL mode logging 2014-10-05 09:32:32 +00:00