1582 Commits

Author SHA1 Message Date
mila@ringwald.ch
5caa5d6cef move to subfolder 2012-01-20 22:53:50 +00:00
mila@ringwald.ch
13150b29f6 use local config.h for tests 2012-01-20 22:53:32 +00:00
matthias.ringwald
3e004a8481 use msp430bt5190 as mmcu 2012-01-16 20:14:38 +00:00
matthias.ringwald
12900f4689 added read/write num broadcast retransmissions 2012-01-15 21:28:42 +00:00
matthias.ringwald
275f34570a added eZ430-RF2560 port 2012-01-14 20:39:59 +00:00
mila@ringwald.ch
28ca2b4607 add casts for btstack_memory gets, use getter/setter for enumerated flags to allow compilation with C++ 2012-01-05 22:24:51 +00:00
mila@ringwald.ch
bc64ca6239 use extern 'c' 2012-01-05 22:20:05 +00:00
mila@ringwald.ch
a9cf4d774b use scope for case local variables 2012-01-05 22:11:13 +00:00
mila@ringwald.ch
6d91a15897 added prototypes for unit test 2012-01-05 21:09:18 +00:00
peter.voser.btstack@gmail.com
cc22392412 Added STM32F1 vector table example. 2012-01-03 09:01:06 +00:00
mila@ringwald.ch
60e6602f0b handled alloc failure; handled overide of existing record 2011-12-18 21:48:12 +00:00
matthias.ringwald@gmail.com
645724d7d6 Edited wiki page MatthiasProjects through web user interface. 2011-11-27 15:23:40 +00:00
matthias.ringwald
ba11a778ac handle error on hci_write_inquiry mode, thanks to alan for spotting this issue 2011-11-26 19:49:13 +00:00
matthias.ringwald
188981d28a log info own bd addr 2011-11-26 19:43:08 +00:00
matthias.ringwald
b8e47da717 pass on remote device name - fix regression introduced in r1477 2011-11-18 18:37:19 +00:00
mila@ringwald.ch
7777253151 overwrite stored names & link keys if no place remained 2011-11-15 13:37:11 +00:00
mila@ringwald.ch
32046991c1 overwrite stored names & link keys if no place remained 2011-11-15 13:33:13 +00:00
mila@ringwald.ch
31b7540338 overwrite stored names & link keys if no place remained 2011-11-15 13:32:34 +00:00
matthias.ringwald
cafaaa77eb add provisions to log rfcomm credit handling, don't decrease incoming credits on incoming empty frames 2011-11-14 19:22:35 +00:00
matthias.ringwald
fbe3c26d42 add -I.., use iPhone Developer 2011-11-11 19:30:14 +00:00
matthias.ringwald
8147604132 use L2CAP_SERVICE_ALREADY_REGISTERED 2011-11-09 17:11:01 +00:00
matthias.ringwald
756102d34c avoid l2cap-channel list corruption (detected by alan-thx) 2011-11-09 16:36:59 +00:00
matthias.ringwald
c7cccff7fb show status of l2cap service registration 2011-11-09 16:20:23 +00:00
matthias.ringwald
e6862eacd5 report status of rfcomm service registration 2011-11-09 16:17:49 +00:00
matthias.ringwald
7c5d34e9ec neither use null pointers nor report service already registered to original client 2011-11-09 16:15:03 +00:00
matthias.ringwald
5842b6d925 emit L2CAP_EVENT_SERVICE_REGISTERED event 2011-11-09 16:11:06 +00:00
matthias.ringwald
fb7d311704 define L2CAP_EVENT_SERVICE_REGISTERED and L2CAP_SERVICE_ALREADY_REGISTERED 2011-11-09 16:07:23 +00:00
matthias.ringwald
23357bd3d1 Use correct USB dev_handle at close (name collision). - thanks to alan for debugging this 2011-11-09 15:57:15 +00:00
matthias.ringwald
5a109138a5 add warning fir PRIx32 isn't defined by inttypes.h 2011-11-09 15:52:28 +00:00
matthias.ringwald
4f4fc1df43 use const for remote_device_db pointers 2011-11-09 15:43:28 +00:00
matthias.ringwald
069c1f50bb use %p instead of cast to int 2011-11-09 15:39:53 +00:00
matthias.ringwald
515670b793 use LIBUSB_CALL necessary for cygwin 2011-11-09 15:36:16 +00:00
matthias.ringwald
98fea381a9 fix no newline at end of file 2011-11-09 15:31:58 +00:00
matthias.ringwald@gmail.com
2375c83bfb Edited wiki page iPhoneBluetooth through web user interface. 2011-11-05 21:27:25 +00:00
matthias.ringwald@gmail.com
fc3e7a9238 Edited wiki page iPhoneBluetooth through web user interface. 2011-11-05 21:26:54 +00:00
matthias.ringwald@gmail.com
5c60adcac3 Edited wiki page iPhoneBluetooth through web user interface. 2011-11-05 21:18:09 +00:00
matthias.ringwald
fe868c3f89 don't block l2cap credits intended for the client if rfcomm send blocks temporarily - creates deadlock otherwise 2011-11-02 09:41:15 +00:00
matthias.ringwald
5a00087a13 reset new credits before actually sending them II 2011-11-01 18:32:34 +00:00
matthias.ringwald
ef372ddf24 reset new credits before actually sending them 2011-11-01 18:21:25 +00:00
matthias.ringwald
d9a327f9f1 delete stored link key on HCI_EVENT_PIN_CODE_REQUEST 2011-10-31 19:20:13 +00:00
matthias.ringwald
c0e866bf37 link page scan enable to registered l2cap services 2011-10-31 18:59:34 +00:00
matthias.ringwald
758b46ce19 add function to set page scan enable, keep page scan during sleep mode 2011-10-31 18:51:33 +00:00
matthias.ringwald
8c064dfc09 add -I.. to find config.h 2011-10-31 18:42:19 +00:00
matthias.ringwald
0b3e142cca detect llvm-gcc in newer iOS SDKs and use gcc 4.2 2011-10-31 18:37:00 +00:00
matthias.ringwald
24d1051584 include inttypes to get PRIx32 definition 2011-10-31 18:32:40 +00:00
matthias.ringwald
f5454fc67e disconnect all connections on hci_close, reset state on init 2011-10-19 17:28:46 +00:00
matthias.ringwald
366fab0c58 use strlen to get size of service name 2011-10-19 17:20:30 +00:00
matthias.ringwald
79bbfa0b87 use %p to print pointers 2011-10-19 17:19:16 +00:00
matthias.ringwald@gmail.com
93f1e93b9a Edited wiki page MSP430GettingStarted through web user interface. 2011-10-16 20:48:33 +00:00
matthias.ringwald@gmail.com
02e2e670b9 Edited wiki page MSP430GettingStarted through web user interface. 2011-10-16 20:39:33 +00:00