8639 Commits

Author SHA1 Message Date
Matthias Ringwald
0cef86faed hfp: handle multiple commands/responses in single rfcomm data packet 2018-11-29 16:26:39 +01:00
Milanka Ringwald
eb1deedd3b cvsd_plc: prepare for variable sample size 2018-11-29 15:34:47 +01:00
Matthias Ringwald
5f5762db78 daemon/binding/python: show warning if not running on Python 3 2018-11-28 21:10:06 +01:00
Matthias Ringwald
a2a10e8d66 daemon/binding/python: remove hash bang from btstack_server 2018-11-28 14:29:07 +01:00
Matthias Ringwald
9c80623268 tool/btstack_parser: fix camel case output 2018-11-28 11:28:08 +01:00
Matthias Ringwald
2530362585 examples: panu_demo.c + sdp_bnep_query.c, don't free local variable 2018-11-28 11:14:21 +01:00
Matthias Ringwald
c81841c709 daemon/binding/python: improve event pretty print 2018-11-28 11:09:44 +01:00
Matthias Ringwald
a43b5e8717 daemon/binding/python: retry connect for 3 seconds 2018-11-28 11:09:44 +01:00
Matthias Ringwald
b1f6df3b39 daemon/binding/python: event factory, makefile 2018-11-28 11:09:44 +01:00
Matthias Ringwald
760c66926a daemon/binding/python: event factory 2018-11-28 11:09:44 +01:00
Matthias Ringwald
dbd3360137 daemon/binding/python: event factory 2018-11-28 11:09:44 +01:00
Matthias Ringwald
9fb9416b06 daemon/binding/python: lower case function names and params 2018-11-28 11:09:44 +01:00
Matthias Ringwald
3ddaf9c7ca tool/btstack_parser: enable lower_underscore_style commands and params 2018-11-28 11:09:44 +01:00
Matthias Ringwald
b292911501 daemon/binding/python: start event_factory 2018-11-28 11:09:44 +01:00
Matthias Ringwald
01aeeea2cb daemon/binding/python: finish command_builder 2018-11-28 11:09:44 +01:00
Matthias Ringwald
4e70c29ca1 daemon/binding/python: custom types 2018-11-28 11:09:44 +01:00
Matthias Ringwald
73a1797412 daemon/binding/python: command builder generator 2018-11-28 11:09:44 +01:00
Matthias Ringwald
0c4cc577b2 daemon/binding/python: poc 2018-11-28 11:09:44 +01:00
Matthias Ringwald
b85d692e71 example/sdp_bnep_query: use static buffer for service names 2018-11-28 11:07:55 +01:00
Matthias Ringwald
9975f1a3b6 example/panu_demo: use static buffer for service names 2018-11-28 11:06:11 +01:00
Matthias Ringwald
76780d6ce5 example/sdp_rfcomm_query: use static buffer for service names 2018-11-28 10:54:20 +01:00
Matthias Ringwald
7556ab9f6d example/sco_demo_util: use sine table of len 60 (266 hz at 16 kHz) 2018-11-27 15:54:03 +01:00
Matthias Ringwald
c949105a7b changelog: update 2018-11-27 15:51:34 +01:00
Matthias Ringwald
c245ca32b5 sm: ENABLE_LE_CENTRAL_AUTO_ENCRYPTION triggers automatic encryption on connect to bonded devices 2018-11-27 11:25:13 +01:00
Matthias Ringwald
6ecd409b9d posix/le_device_db_fs: fix EOF detection reading db 2018-11-26 21:37:20 +01:00
Matthias Ringwald
98c0024dfc sm_pairing_central: split packet handler into hci and sm part, handle passkey input 2018-11-26 20:35:52 +01:00
Matthias Ringwald
aacfafc3ac sm: ignore Slave Security Request after sending own Pairing Request 2018-11-26 20:19:47 +01:00
Matthias Ringwald
73704aa932 sm_pairing_peripheral: only registser for sm events 2018-11-26 20:11:47 +01:00
Matthias Ringwald
bde654efb0 sm_pairing_peripheral: add 0x1111 to service list, make it discoverable by sm_pairing_central 2018-11-26 20:06:59 +01:00
Matthias Ringwald
b178f6a6e6 daemon: fix build 2018-11-23 18:09:51 +01:00
Matthias Ringwald
c77e7c454e initialze other malloc'ed memory 2018-11-23 18:02:27 +01:00
Matthias Ringwald
6fff232482 remove explicit memset call for buffers from btstack_memory 2018-11-23 17:41:43 +01:00
Matthias Ringwald
a2673d8810 btstack_memory: initialize all buffers on btstack_memory_TYPE_get() 2018-11-23 17:40:42 +01:00
Matthias Ringwald
64cb054c86 l2cap: fix use after free with ERTM (close issue #181) 2018-11-22 21:55:08 +01:00
Matthias Ringwald
ba15640864 changelog: update 2018-11-20 21:17:12 +01:00
Matthias Ringwald
8c5fe29456 scoket_server: initialize connection_t struct before using it 2018-11-20 21:16:55 +01:00
Matthias Ringwald
47ba4de1ce sm: GAP_RANDOM_ADDRESS_TYPE_STATIC does not need periodic updates 2018-11-20 15:05:23 +01:00
Matthias Ringwald
8a655b4bcc posix-h4: readme 2018-11-19 14:19:55 +01:00
Milanka Ringwald
a442c325e9 tool: sort files alphabetically, replace dash with undescore in defines 2018-11-13 11:40:52 +01:00
Milanka Ringwald
ed83c15790 fix esp32 port compiling error 2018-11-13 09:53:46 +01:00
Milanka Ringwald
1b93b0cf97 cleanup: remove unused std libs 2018-11-13 09:39:07 +01:00
Milanka Ringwald
6c9a65edd9 ublox_spp_le_counter: include device info service 2018-11-13 09:38:00 +01:00
Milanka Ringwald
16e3e4af25 ublox_spp_le_counter: include device info service 2018-11-13 09:35:34 +01:00
Milanka Ringwald
c9db5c2133 hci/gap: save the le connection interval on connection complete and connection update 2018-11-12 15:00:10 +01:00
Milanka Ringwald
900fc9c688 cycling_power_service_server: remove printf, use ATT MTU 2018-11-12 11:45:12 +01:00
Milanka Ringwald
b11dea2d08 remove printf and unused std libraries 2018-11-12 11:44:23 +01:00
Milanka Ringwald
8f9132b582 att_server: add getter for MTU 2018-11-12 11:37:12 +01:00
Milanka Ringwald
842f997411 remove unused casts 2018-11-12 10:27:49 +01:00
Milanka Ringwald
40a35d0a97 ublox_spp_service_server: add read to FIFO characteristic, receive three wrties: Write credits CCCD, Write FIFO CCCD, Write credits, then give out/notify credits 2018-11-09 14:39:21 +01:00
Matthias Ringwald
cf837c2859 avdtp: fix warning 2018-11-08 15:38:14 +01:00