2053 Commits

Author SHA1 Message Date
mila@ringwald.ch
d71d976f81 start with ble client - scan on/off 2013-11-08 14:36:48 +00:00
matthias.ringwald@gmail.com
08318d9180 create version.h if needed 2013-11-06 19:58:48 +00:00
matthias.ringwald@gmail.com
691fc7bb7d start calculation Srandom 2013-11-01 21:50:43 +00:00
matthias.ringwald@gmail.com
5061f3af34 added hci_local_bd_addr() 2013-11-01 21:50:25 +00:00
matthias.ringwald@gmail.com
ebf961b51d added sm_c1 for confirm value 2013-11-01 17:54:33 +00:00
matthias.ringwald@gmail.com
e666cc4e4b only send keys requested by initiator 2013-11-01 15:31:00 +00:00
mila@ringwald.ch
966db7038e SDP client: conditional use of ServiceSearch and AttributeSearch queries 2013-11-01 14:44:56 +00:00
matthias.ringwald@gmail.com
66d168a2a3 working test code for BLE bonding 2013-11-01 14:07:59 +00:00
matthias.ringwald@gmail.com
764794f6ce added public domain AES-128 implementation for testing/devlopment 2013-11-01 14:07:32 +00:00
matthias.ringwald@gmail.com
9f19152d75 use log_info/error instead of printf 2013-11-01 14:03:12 +00:00
matthias.ringwald@gmail.com
c358e0b077 use underscores instead of camel case 2013-11-01 13:37:55 +00:00
matthias.ringwald@gmail.com
20f37ec36c added unit tests for sdp service search and service attribute search queries 2013-11-01 13:12:53 +00:00
matthias.ringwald@gmail.com
bace66242a sdp: added service search and service attribute search queries 2013-11-01 13:09:54 +00:00
matthias.ringwald@gmail.com
46a10724a8 added test for attribute value events 2013-11-01 09:50:20 +00:00
matthias.ringwald@gmail.com
f65753602f update to latest init script for CC256x 2013-10-31 21:25:11 +00:00
matthias.ringwald@gmail.com
a13f936391 remove sketched code 2013-10-31 21:17:00 +00:00
matthias.ringwald@gmail.com
b9a1b49404 disable SSP on iPhone as the there's no UI for it yet 2013-10-31 21:16:00 +00:00
matthias.ringwald@gmail.com
c537cdb994 remove spp_counter_spp as SSP is enabled by default 2013-10-31 21:13:58 +00:00
matthias.ringwald@gmail.com
ae5d8360ea Enable SSP by default: no I/o, auto accept 2013-10-31 21:11:14 +00:00
matthias.ringwald@gmail.com
f74909742d fix compile for Xcode 5 2013-10-29 10:43:07 +00:00
matthias.ringwald@gmail.com
de1626b942 fix compile for Xcode 5 2013-10-29 09:56:23 +00:00
matthias.ringwald@gmail.com
0f0f1bb49a use parentheses for sizeof argument, use correct size 2013-10-29 09:25:00 +00:00
matthias.ringwald@gmail.com
356170583a changed struct name 2013-10-25 12:26:33 +00:00
matthias.ringwald@gmail.com
681f1afeb1 continue SDP query in daemon 2013-10-18 14:48:08 +00:00
matthias.ringwald@gmail.com
cab114861e renamed sdp_parser structs 2013-10-18 14:13:50 +00:00
matthias.ringwald@gmail.com
f2f3c97d2b in progress: using sdp_query_complete_event_t instead of sdp_parser_complete_event_t 2013-10-18 10:19:57 +00:00
matthias.ringwald@gmail.com
d7e0e3a80c don't enable LE Meta Event for non-LE chipsets - fixes problem with Kensington/CSR 2.1 Dongle 2013-10-18 08:27:49 +00:00
matthias.ringwald@gmail.com
7a77743ef8 fix makefile for spp_counter_ssp 2013-10-18 08:19:24 +00:00
matthias.ringwald@gmail.com
65a46ef372 store LE Buffer size 2013-10-17 15:03:02 +00:00
matthias.ringwald@gmail.com
b0954299be no need for classic discoverable in BLE only 2013-10-17 14:52:52 +00:00
matthias.ringwald@gmail.com
28e59aaa2f remove set_advertisement_parameters call as defaults are fine 2013-10-17 14:52:10 +00:00
matthias.ringwald@gmail.com
43aa700748 fix compile without HAVE_BLE 2013-10-17 14:47:23 +00:00
matthias.ringwald@gmail.com
24052c2afd move common LE init code into hci.c 2013-10-17 14:45:43 +00:00
matthias.ringwald@gmail.com
55ca6c7131 added general SDP query example for MSP430 2013-10-17 14:34:00 +00:00
matthias.ringwald@gmail.com
12fb62f7a8 started adding client-server functionality (SDP query) 2013-10-17 14:28:55 +00:00
matthias.ringwald@gmail.com
b11fb29405 included sdp_query_util.c file 2013-10-17 14:24:37 +00:00
matthias.ringwald@gmail.com
10b3f2e614 included sdp_query_util.c file 2013-10-17 14:24:08 +00:00
matthias.ringwald@gmail.com
2cd7c6d8e5 added SDP query util files 2013-10-17 14:22:47 +00:00
matthias.ringwald@gmail.com
6fb11976de updated general SDP query 2013-10-17 14:20:23 +00:00
matthias.ringwald@gmail.com
2ca4f19755 don't need to be Classic discoverable 2013-10-17 13:35:43 +00:00
matthias.ringwald@gmail.com
2ed9ac63e2 remove debug code 2013-10-17 13:34:57 +00:00
matthias.ringwald@gmail.com
c624031354 LE Set Event Mask not necessary as default includes all current 4.0 LE events 2013-10-17 13:27:04 +00:00
matthias.ringwald@gmail.com
cac78adf23 don't list BD ADDR in client 2013-10-17 13:23:33 +00:00
matthias.ringwald@gmail.com
6c27bd5656 removed informational LE command 2013-10-17 13:23:09 +00:00
matthias.ringwald@gmail.com
5c3b5f6339 LE is independent of scan mode 2013-10-17 13:22:20 +00:00
matthias.ringwald@gmail.com
75b4335b82 remove HCI commands already send by hci.c 2013-10-17 13:06:43 +00:00
matthias.ringwald@gmail.com
1fb869a41a ported ble_server example to libusb 2013-10-17 12:42:18 +00:00
matthias.ringwald@gmail.com
92368cd384 don't send write scan enable for ble only chips 2013-10-15 21:37:38 +00:00
matthias.ringwald@gmail.com
f5d8d141f8 send less classic commands if classic isn't supported 2013-10-15 21:28:53 +00:00
matthias.ringwald@gmail.com
c3dfbe5da0 test for Bluetooth classic and LE support 2013-10-15 20:07:51 +00:00