5293 Commits

Author SHA1 Message Date
Matthias Ringwald
d0755cd68c prefix POSIX related HAVE_ defines 2016-03-30 10:59:47 +02:00
Matthias Ringwald
55bdd63de7 Revert "test/hfp: use small outgoing rfcomm mtu"
This reverts commit 497fcc1c7f401dac2b16c3603bf8f3812d846290.
2016-03-30 10:23:45 +02:00
Matthias Ringwald
aba39421e9 hfp_ag: fix sending outgoing cmds in chunks 2016-03-30 10:23:04 +02:00
Matthias Ringwald
497fcc1c7f test/hfp: use small outgoing rfcomm mtu 2016-03-30 10:12:27 +02:00
Matthias Ringwald
9490bce5e8 fix compile 2016-03-29 22:05:00 +02:00
Matthias Ringwald
47fd1184b0 don't mention HAVE_B1200/2400_MAPPED_TO_2000000 2016-03-29 21:54:19 +02:00
Matthias Ringwald
e32b1c032a drop HAVE_SO_NOSIGPIPE 2016-03-29 21:51:43 +02:00
Matthias Ringwald
f0573431be docs: quick info on link key db 2016-03-29 17:59:10 +02:00
Matthias Ringwald
b3d63497f1 doc: add section about files to include in project 2016-03-28 22:39:01 +02:00
Matthias Ringwald
ed82d1a513 docs: first pass over run loop section 2016-03-28 22:23:10 +02:00
Matthias Ringwald
4af4141bbd fix compile of examples using stdin_support 2016-03-28 20:10:55 +02:00
Matthias Ringwald
6ffdae7780 docs: list all #defines 2016-03-28 19:56:07 +02:00
Matthias Ringwald
f2e4546806 hci: always reserve 6 bytes as HCI_INCOMING_PRE_BUFFER, drop HAVE_BNEP flag 2016-03-28 19:20:46 +02:00
Matthias Ringwald
06d662def5 add HAVE_STDIO to posix ports 2016-03-28 16:26:37 +02:00
Matthias Ringwald
6428eb5ae5 att_server: directly process ATT Write Commands 2016-03-28 15:16:54 +02:00
Matthias Ringwald
3f390fa98a example: le_streamer add write_without_response characteristic 2016-03-28 15:15:36 +02:00
Matthias Ringwald
f8d88472fc rename cocoa to corefoundation 2016-03-28 13:15:21 +02:00
Matthias Ringwald
532bc034d3 add ENABLE_CLASSIC to tests 2016-03-28 12:48:00 +02:00
Matthias Ringwald
59c6af158d add classic/core.h and ble/core.h, add ENABLE_CLASSIC where missing 2016-03-28 12:45:43 +02:00
Matthias Ringwald
b503eb4456 doc: update btstack_config.h defines 2016-03-28 12:26:55 +02:00
Matthias Ringwald
fdee1660ea test: fix security manager aes test compile 2016-03-28 12:15:13 +02:00
Matthias Ringwald
a265b909d4 memory: use MAX_NR_ instead of MAX_NO_ 2016-03-28 12:05:33 +02:00
Matthias Ringwald
4c7b5f7454 test: fix sdp-client compile 2016-03-28 12:04:29 +02:00
Matthias Ringwald
4164b7bb34 stm32: fix compile 2016-03-28 11:57:22 +02:00
Matthias Ringwald
96dc834d42 mtk: fix compile 2016-03-28 11:56:32 +02:00
Matthias Ringwald
3583331350 fix prototypes for fn() 2016-03-28 11:54:38 +02:00
Matthias Ringwald
0cb5b9716d fix prototypes for fn() 2016-03-28 11:44:30 +02:00
Matthias Ringwald
e3f52beb49 daemon: fix compile 2016-03-28 11:36:15 +02:00
Matthias Ringwald
7f7a486516 cocoa: fix runloop compile 2016-03-28 11:35:44 +02:00
Matthias Ringwald
63498137b1 msp430f5529: fix compile 2016-03-28 11:23:58 +02:00
Matthias Ringwald
dde31d0bb5 msp430: fix hci setup 2016-03-28 11:13:53 +02:00
Matthias Ringwald
d56ad4f6e7 fix compile 2016-03-27 23:15:56 +02:00
Matthias Ringwald
2c455dad9a MAX_NO_BTSTACK_LINK_KEY_DB_MEMORYS -> MAX_NO_BTSTACK_LINK_KEY_DB_MEMORY_ENTRIES 2016-03-27 23:10:54 +02:00
Matthias Ringwald
af0d0df5e5 replace malloc+memset by calloc 2016-03-27 23:01:37 +02:00
Matthias Ringwald
a32d71b603 replace malloc+memset by calloc 2016-03-27 22:54:25 +02:00
Matthias Ringwald
40d883bd01 replace bzero with memset and drop HAVE_BZERO 2016-03-27 22:49:03 +02:00
Matthias Ringwald
60b9e82fcb hci/gap: move set_class_of_device to gap 2016-03-26 23:14:43 +01:00
Matthias Ringwald
4e5dfeb9a4 pts: use gap_local_bd_addr for classic 2016-03-26 23:06:52 +01:00
Matthias Ringwald
c4054521da cc256x: avoid sending random HCI at end of init script 2016-03-26 23:00:17 +01:00
Matthias Ringwald
51acb41463 fix old contact email 2016-03-26 22:03:43 +01:00
Matthias Ringwald
54de1dad16 hfp_hf: remove unused var done 2016-03-25 23:18:17 +01:00
Matthias Ringwald
fffdd28857 Merge branch 'master' into develop 2016-03-25 23:15:14 +01:00
Matthias Ringwald
fcb78cc1ab posix-h4: start sending immediately 2016-03-25 22:03:30 +01:00
Matthias Ringwald
d999b54ec5 hci: update acl fragment position before sending as HCI_EVENT_TRANSPORT_PACKET_SENT might be emitted during transport sent 2016-03-25 22:02:44 +01:00
Matthias Ringwald
8e28e4d320 hci_transport_posix_h4: implement async write 2016-03-24 23:41:21 +01:00
Matthias Ringwald
9894d052b6 runloop: implement data source callbacks for cocoa - also support write ready 2016-03-24 22:50:49 +01:00
Matthias Ringwald
c8db4fb6b1 runloop: fix compile in hci_transport_h4_ehcill_embedded 2016-03-24 22:49:36 +01:00
Matthias Ringwald
9120e843c2 runloop: implement data source callbacks for posix - also support write ready 2016-03-24 22:31:44 +01:00
Matthias Ringwald
b9f33ffe0c runloop: implement data source callbacks for embedded 2016-03-24 22:23:21 +01:00
Matthias Ringwald
0d70dd6280 runloop: pass enable/disable callbacks to run loop impl 2016-03-24 22:19:26 +01:00