Commit Graph

6087 Commits

Author SHA1 Message Date
Matthias Ringwald
66fd343250 GATT Converter: replace - with _, prettify generated .h 2016-10-31 15:52:58 +01:00
Matthias Ringwald
0f308e7392 tool: scrape Bluetooth site for Data Types used in Advertisements, EIR, etc. 2016-10-31 15:44:45 +01:00
Matthias Ringwald
8a7d93dccc example/hfp: use two columns for help menu 2016-10-31 12:23:56 +01:00
Matthias Ringwald
729074c4fd add defines for start and end handle of each service 2016-10-30 23:12:31 +01:00
Matthias Ringwald
c37f72b75e Gatt Converter: handle empty descriptors and bug in official XML 2016-10-28 15:46:53 +02:00
Matthias Ringwald
474b345620 docs: add basic info on convert_gatt_service.py 2016-10-28 15:35:59 +02:00
Matthias Ringwald
b165f97b80 GATT Converter: resolve UUIDs from src/bluetooth_gatt.h 2016-10-28 15:28:53 +02:00
Matthias Ringwald
af83d3c5e3 Merge branch 'master' into develop 2016-10-28 14:48:01 +02:00
Matthias Ringwald
491288c88e new tool to fetch and convert GATT Services from Bluetooth SIG site 2016-10-28 14:47:56 +02:00
Matthias Ringwald
0e0e955978 gatt: provide UUIDs from Bluetooth SIG website at src/bluetooth_gatt.h 2016-10-27 16:26:54 +02:00
Matthias Ringwald
f3963406e0 introduce UNUSED macro 2016-10-27 15:04:09 +02:00
Matthias Ringwald
780ba00b7c pts: fix accept incoming classic connection 2016-10-27 11:49:02 +02:00
Matthias Ringwald
84182ed9e3 example/sm_pairing_peripheral: print identity address and type 2016-10-27 11:13:46 +02:00
Matthias Ringwald
9c22b849b4 example/sm_pairing_peripheral: print identity address and type 2016-10-27 11:12:13 +02:00
Matthias Ringwald
13377825df sm: add identity_addr and identiy_addr_type to SM_EVENT_IDENTITY_RESOLVING_SUCCEEDED. Also emit SM_EVENT_IDENTITY_CREATED during pairing 2016-10-27 11:11:40 +02:00
Matthias Ringwald
4231322a14 pts: fix compile 2016-10-26 12:53:21 +02:00
Matthias Ringwald
465cbb6b04 Merge branch 'develop' of https://github.com/bluekitchen/btstack into develop 2016-10-25 11:47:52 +02:00
Matthias Ringwald
a046efa634 ios: fix build 2016-10-25 11:47:20 +02:00
Matthias Ringwald
e1b3ef9489 pic32: fix includes in 3rd-party 2016-10-24 22:50:28 +02:00
Matthias Ringwald
1c8b472ecf pic32: update project 2016-10-24 22:06:31 +02:00
Matthias Ringwald
1e64db3f3a wiced: mention link key storage in DCT 2016-10-24 10:04:10 +02:00
Matthias Ringwald
4a515d8e5d wiced: fix find oldest link key entry 2016-10-24 10:03:30 +02:00
Matthias Ringwald
8cd22e56c3 btstack_module: add link key db using WICED DCT 2016-10-24 10:03:25 +02:00
Matthias Ringwald
5762ec5cab pic32-harmony: update project file 2016-10-23 22:54:17 +02:00
Matthias Ringwald
a24785d0c1 l2cap: fix compile 2016-10-23 22:11:16 +02:00
Matthias Ringwald
bab5f4f00b l2cap: provide incoming flag for L2CAP and RFCOMM opened events 2016-10-23 22:08:44 +02:00
Matthias Ringwald
e70923579b Merge branch 'develop' of https://github.com/bluekitchen/btstack into develop 2016-10-23 22:01:43 +02:00
Matthias Ringwald
5dc9cf35a1 stm32-nucleo: explain setup with new BOOST-CC2564MODA BoosterPack 2016-10-23 21:54:35 +02:00
Matthias Ringwald
7fb852b0ba Merge branch 'develop' of https://github.com/bluekitchen/btstack into develop 2016-10-21 23:31:37 +02:00
Matthias Ringwald
e690b6a5e4 posix: use IOSSIOSPEED ioctl on OS X to set speed - allows for max baud rates 2016-10-21 23:31:28 +02:00
Matthias Ringwald
d715cf5114 hfp: disable mSBC if eSCO not available 2016-10-21 12:52:36 +02:00
Matthias Ringwald
64a157956a docs: list of used hci commands 2016-10-21 12:38:09 +02:00
Matthias Ringwald
f9f7adeea2 example/hfp: clean up listing of supported codecs 2016-10-21 12:12:49 +02:00
Matthias Ringwald
d9f775598c hfp: check if local controller supports eSCO when deciding on packet types 2016-10-20 16:36:50 +02:00
Milanka Ringwald
dbb41bfe0b enable portaudio for msbc 2016-10-20 16:25:33 +02:00
Matthias Ringwald
0df8d1945b test/ringbuffer: fix test 2016-10-20 15:27:48 +02:00
Matthias Ringwald
a68a00a617 ringbuffer: add function markup 2016-10-20 15:25:00 +02:00
Milanka Ringwald
5a99111061 extend ring buffer indexes from uint16 to uint32 2016-10-20 15:24:03 +02:00
Milanka Ringwald
e270cb7d03 fix ring buffer read 2016-10-20 15:17:57 +02:00
Milanka Ringwald
ddaf35c757 add ring buffer implementation 2016-10-20 15:17:41 +02:00
Matthias Ringwald
52db98b2a8 hci: disable connection timeout check for BLE-only 2016-10-19 17:00:23 +02:00
Matthias Ringwald
3369daabb6 arduino: add custom BTstack.h instead of src/btstack.h to dist 2016-10-19 16:44:20 +02:00
Matthias Ringwald
049f64bb8f libusb: fix compile 2016-10-19 16:14:07 +02:00
Matthias Ringwald
3545469685 hci: disable parts of classic code if ENABLE_CLASSIC is not defined 2016-10-19 16:06:11 +02:00
Matthias Ringwald
5b9c6aad2e examples: use SM instead of SM_REAL 2016-10-19 16:02:06 +02:00
Matthias Ringwald
be005ed60d l2cap: don't call gap_connectable_control if Classic is not used 2016-10-19 15:39:31 +02:00
Matthias Ringwald
09e9d05bab l2cap: reduce code size if ENABLE_CLASSIC not defined 2016-10-19 14:27:25 +02:00
Matthias Ringwald
3a18db10c5 examples: CLASSIC for files related to Bluetooth Classic protocols and profiles 2016-10-19 11:32:50 +02:00
Matthias Ringwald
202c8a4c4c fix warnings/bugs reported by eclipse static analyzer 2016-10-19 10:49:33 +02:00
Matthias Ringwald
cd4b342469 btstack_debug: allow to provide custom BTSTACK_PRINTF 2016-10-18 15:58:28 +02:00