6726 Commits

Author SHA1 Message Date
Matthias Ringwald
7c2aa31e5c h5: track if peer supports data integrity check 2017-02-24 11:42:12 +01:00
Matthias Ringwald
79b61987df h5: enable Data Integrity Check, validate crc of incoming packets 2017-02-24 11:42:12 +01:00
Matthias Ringwald
91858f1872 posix-h5: fix compile 2017-02-24 11:42:12 +01:00
Matthias Ringwald
f3b012f9c7 hci: skip SCO over HCI commands if not defined 2017-02-23 14:50:59 +01:00
Matthias Ringwald
f971afab88 device_id_server: bump version to 1.3 (latest) 2017-02-23 14:48:09 +01:00
Matthias Ringwald
59fb9ebde7 device_id_server: fix includes 2017-02-23 12:04:37 +01:00
Matthias Ringwald
d38c4adf3a sdp: provide BLUETOOTH_ATTRIBUTE_SERVICE_CLASS_ID_LIST and use in device_id_sever.c 2017-02-23 12:00:02 +01:00
Matthias Ringwald
c4b3290d9e sdp: provide device_id_server.h to generate Device ID SDP records 2017-02-22 17:28:57 +01:00
Matthias Ringwald
f5aa8d7048 docs: spelling fixes from eaec219ce0 2017-02-20 15:22:57 +01:00
Matthias Ringwald
5d5a5a9cd5 events: fix events where len(format) != len(params) 2017-02-20 15:16:44 +01:00
Matthias Ringwald
2c737695ff events: fix events where len(format) != len(params) 2017-02-20 12:41:57 +01:00
Matthias Ringwald
6397af06fa events: emit warning if foramt and params don't match 2017-02-20 12:38:53 +01:00
Matthias Ringwald
a713a5a8ad tests: fix by using previous number of le device db entries (4) 2017-02-20 11:34:26 +01:00
Matthias Ringwald
53be73e88a tests: fix compile 2017-02-20 11:30:58 +01:00
Matthias Ringwald
779b256e49 web scraper for company ids, add src/bluetooth_company_id.h 2017-02-20 10:29:54 +01:00
Matthias Ringwald
22aa151238 le_device_db_memory: make nr of entries configurable via MAX_NR_LE_DEVICE_DB_ENTRIES 2017-02-11 22:44:02 +01:00
Matthias Ringwald
eda85fbfc3 sm: don't store info for signed writes without ENABLE_LE_SIGNED_WRITE 2017-02-11 22:26:34 +01:00
Matthias Ringwald
2d7d53414a avrcp: cosmetic 2017-02-10 11:40:55 +01:00
Matthias Ringwald
6d1c8fe6bb fix compile 2017-02-10 11:17:27 +01:00
Milanka Ringwald
cd41da7eac avrcp: play info event 2017-02-10 11:07:03 +01:00
Milanka Ringwald
c0be161c3a avrcp: register/deregister notifications 2017-02-10 11:07:03 +01:00
Milanka Ringwald
c6906b0bac avrcp: volume control 2017-02-10 11:07:03 +01:00
Milanka Ringwald
e57a25456e util: add read big endian 24 2017-02-10 11:07:03 +01:00
Milanka Ringwald
e93ab60652 avrcp: get now playing media info 2017-02-10 11:07:03 +01:00
Milanka Ringwald
7c8a70a56f avrcp: fix get play status 2017-02-10 11:07:03 +01:00
Milanka Ringwald
1270af140e avrcp: get play status 2017-02-10 11:07:03 +01:00
Milanka Ringwald
a85ed257c2 avrcp: add 2sec resend timeout for fast forward and rewind 2017-02-10 11:07:03 +01:00
Milanka Ringwald
746b4852b8 avrcp fix backw., forw., rewind does not work 2017-02-10 11:07:03 +01:00
Milanka Ringwald
d144ca3efe avrcp: pass through basic controll cmds, not all working 2017-02-10 11:07:03 +01:00
Milanka Ringwald
49bbb6f27b avrcp: get capabilities draft 2017-02-10 11:07:03 +01:00
Milanka Ringwald
7f535380ac add big_endian_store_24 2017-02-10 11:07:03 +01:00
Milanka Ringwald
4217b63bd9 avrcp: unit info cmd 2017-02-10 11:07:03 +01:00
Milanka Ringwald
decc740c46 avrcp: send cmd unit_info 2017-02-10 11:07:03 +01:00
Milanka Ringwald
91451a2b33 avrcp: basic setup 2017-02-10 11:07:03 +01:00
Matthias Ringwald
3f974179ba example/le_counter: fix gap device name 2017-02-10 11:06:11 +01:00
Matthias Ringwald
231a3c5dc3 gatt_compiler: fix typo on CLIENT_CHARACTERISTIC_CONFIGURATION 2017-02-10 11:05:42 +01:00
Matthias Ringwald
ca19fe361e Merge branch 'develop' of https://github.com/bluekitchen/btstack into develop 2017-02-03 13:53:47 +01:00
Matthias Ringwald
b816bb66c8 web scraper for SDP UUIDs complete, add src/bluetooth_sdp.h 2017-02-03 00:15:36 +01:00
Matthias Ringwald
9d6ba381e7 doc: add info on Windows run loop 2017-02-02 15:55:38 +01:00
Matthias Ringwald
3b1c4bce52 ports: remove obsolete MAX_NR_GATT_SUBCLIENTS, MAX_NR_GATT_CLIENTS = 1 2017-02-02 14:53:53 +01:00
Matthias Ringwald
05c8e673d4 wiced: add gatt_client to default makefile 2017-02-02 14:50:30 +01:00
Matthias Ringwald
c8f97be681 example: add le_streamer_client that connects to le_streamer 2017-02-02 14:40:41 +01:00
Matthias Ringwald
e74c5f5849 l2cap: set source cid in CONNECTION_RESPONSE for error cases - although spec mandates receiver to ingore it 2017-02-02 12:16:04 +01:00
Matthias Ringwald
1b637061a3 Merge branch 'develop' of https://github.com/bluekitchen/btstack into develop 2017-02-02 12:03:57 +01:00
Matthias Ringwald
94bb7abff3 chipset-bcm: update SCO over HCI information 2017-02-01 15:50:07 +01:00
Matthias Ringwald
87bbf2709c wiced: fix compile of LE Counter 2017-02-01 15:48:18 +01:00
Matthias Ringwald
ecb7d4614b hfp: fix warning 2017-02-01 15:04:13 +01:00
Matthias Ringwald
d4f907a637 sco_util: CVSD PLC only needed with wav writer or portaudio 2017-02-01 15:02:28 +01:00
Matthias Ringwald
32d0cda316 Merge branch 'develop' of https://github.com/bluekitchen/btstack into develop 2017-02-01 12:35:40 +01:00
Matthias Ringwald
100d3ee3fd bcm: comment on delay after init script 2017-02-01 12:31:38 +01:00