2564 Commits

Author SHA1 Message Date
mila@ringwald.ch
c87ac31779 ble client: remove recursive search for characteristics 2014-02-27 22:15:36 +00:00
matthias.ringwald@gmail.com
bdcb98a895 add create l2cap le connection 2014-02-18 21:57:19 +00:00
matthias.ringwald@gmail.com
1bbc0b2387 reject any LE Signaling commands 2014-02-18 21:34:14 +00:00
matthias.ringwald@gmail.com
70efece186 prepare for sending command_reject on le signaling channel 2014-02-18 21:26:46 +00:00
matthias.ringwald@gmail.com
c61af878b4 add l2cap_create_signaling_le 2014-02-18 21:19:10 +00:00
matthias.ringwald@gmail.com
a5401a9522 added delete link key command 2014-02-18 07:51:38 +00:00
matthias.ringwald@gmail.com
0bde9e3bd6 added toggels for dediccated bonding, show auth req 2014-02-18 07:45:45 +00:00
matthias.ringwald@gmail.com
a5c8f7ef61 added dummy service with 128 bit uuid, don't re-regiester SDP service 2014-02-13 15:22:14 +00:00
matthias.ringwald@gmail.com
bd63148e69 execute l2cap_run() also for incoming events 2014-02-13 15:20:40 +00:00
matthias.ringwald@gmail.com
b9663d61ba add include of btstack-config.h 2014-02-13 14:43:39 +00:00
matthias.ringwald@gmail.com
cff9e3102d enable SDP Dump and dump on start 2014-02-13 14:12:47 +00:00
matthias.ringwald@gmail.com
8c2b25f774 let user send SSP User Confirm 2014-02-13 09:14:30 +00:00
matthias.ringwald@gmail.com
5ed9e59239 enable name requests again 2014-02-12 08:22:21 +00:00
matthias.ringwald@gmail.com
52d34f9829 disconnect with 0x13 after dedicated bonding 2014-02-12 07:44:36 +00:00
matthias.ringwald@gmail.com
740be78ede don't perform remote name requests automatically after inquiry 2014-02-12 06:44:14 +00:00
matthias.ringwald@gmail.com
a78b3d5582 don't perform remote name requests automatically after inquiry 2014-02-12 06:35:57 +00:00
matthias.ringwald@gmail.com
20c4af341f don't call gap_set_bondable in test 2014-02-10 20:06:04 +00:00
matthias.ringwald@gmail.com
65107730ee add missing prototypes 2014-02-09 15:18:28 +00:00
matthias.ringwald@gmail.com
b087afb5b1 don't reject incoming SDP connection, see #378 2014-02-07 16:32:30 +00:00
matthias.ringwald@gmail.com
8e618f72c9 add gap_set_local_name and mark local_name as const 2014-02-06 12:56:08 +00:00
matthias.ringwald@gmail.com
20e1c31c98 add missing c++ protection 2014-02-05 20:49:22 +00:00
matthias.ringwald@gmail.com
f51189dbdd added setter for system ticks - useful on systems that already have a clock 2014-02-04 22:46:37 +00:00
matthias.ringwald@gmail.com
25c5e98538 validate HCI_PACKET_BUFFER_SIZE if defined 2014-02-04 21:58:34 +00:00
matthias.ringwald@gmail.com
e3344418be add PROGMEM attributes for AVR architecture 2014-02-04 21:52:30 +00:00
matthias.ringwald@gmail.com
b9fe9818fd add access to init script stored in progmem for avr 2014-02-04 21:42:45 +00:00
matthias.ringwald@gmail.com
d1fef1900d make embedded_execute_once public as suggested in #369 2014-02-04 21:08:07 +00:00
matthias.ringwald@gmail.com
60c1aada61 add c++ header protection 2014-02-04 20:49:00 +00:00
matthias.ringwald@gmail.com
efc37b8e26 ignore failed connections in SM 2014-02-04 20:48:43 +00:00
matthias.ringwald@gmail.com
da0af357c3 added more AD types 2014-02-03 18:13:11 +00:00
matthias.ringwald@gmail.com
65afca2729 split gap privacy from random address 2014-02-02 23:27:15 +00:00
matthias.ringwald@gmail.com
e0eed35876 suppport read/write access to gap_privacy 2014-02-02 22:05:30 +00:00
matthias.ringwald@gmail.com
c236c5944e add writable appearance 2014-02-02 21:33:55 +00:00
matthias.ringwald@gmail.com
01a8aec568 support writable device name 2014-02-02 21:30:39 +00:00
matthias.ringwald@gmail.com
4a4f3f5816 added GAP characteristics 2014-02-02 21:00:09 +00:00
matthias.ringwald@gmail.com
4eaba47858 minimal api to get uuid for handle 2014-02-02 20:59:26 +00:00
matthias.ringwald@gmail.com
98fbd9a22e remove debug 2014-02-02 20:58:58 +00:00
matthias.ringwald@gmail.com
17d8784103 add y/Y for gap scannable, use fixed IRK 2014-02-02 18:46:59 +00:00
matthias.ringwald@gmail.com
0ebb3f6c57 allow to set IRK 2014-02-02 18:45:00 +00:00
mila@ringwald.ch
118c628b89 keep length of default attributes and check for size 2014-02-02 09:39:47 +00:00
mila@ringwald.ch
efc65c77c7 check callback error for write requests 2014-02-02 09:39:06 +00:00
mila@ringwald.ch
72049723cc test for invalid offset first 2014-02-02 08:04:52 +00:00
mila@ringwald.ch
98e03ad7b2 reset CMAC engine state to IDLE after sending result 2014-02-01 15:13:46 +00:00
mila@ringwald.ch
2943398676 don't skip setting advertisement params anymore 2014-02-01 15:08:01 +00:00
mila@ringwald.ch
fe5b4fdf14 add write flag to work around assumed PTS bug 2014-02-01 15:07:20 +00:00
mila@ringwald.ch
b441616f64 handle and return little endian data in CMAC engine 2014-02-01 15:06:31 +00:00
mila@ringwald.ch
2696645049 more logging for CSRK/IRK 2014-02-01 15:05:43 +00:00
mila@ringwald.ch
09e218a3a4 notify client about availabe CSRK after bonding 2014-02-01 13:47:41 +00:00
mila@ringwald.ch
8436d2ee42 add toggle for long values, hexdump write value for validation by tester 2014-02-01 11:10:12 +00:00
mila@ringwald.ch
cdbacbab4d save screen estate 2014-02-01 10:31:41 +00:00
mila@ringwald.ch
6a34de0d37 also provide SM OOB and TK 2014-02-01 10:29:07 +00:00