728 Commits

Author SHA1 Message Date
matthias.ringwald
5502b46021 use mimimal att db for ancs 2014-06-09 20:33:01 +00:00
matthias.ringwald
f8f845275e use higher advertisement rate, request slave security, start subscribe after connection is encrypted 2014-06-09 20:12:33 +00:00
matthias.ringwald
ce8ecddc86 first part of ANCS Client 2014-06-08 21:47:27 +00:00
matthias.ringwald
b9169cb80a add OS X frameworks 2014-06-07 10:22:37 +00:00
mila@ringwald.ch
0a6ba8f040 clean up code and output 2014-05-30 22:35:14 +00:00
mila@ringwald.ch
d261ad7fc8 gatt example: discover primary services and characteristics 2014-05-30 15:14:31 +00:00
mila@ringwald.ch
52a728e601 removed unsed files 2014-05-30 14:14:05 +00:00
mila@ringwald.ch
f2f517a9b0 gatt client fixed reset peripheral state 2014-05-24 00:14:05 +00:00
mila@ringwald.ch
a672584960 use single gatt_complete_event (handle, status) 2014-05-15 10:54:27 +00:00
mila@ringwald.ch
956f18fbf5 refactored serialize, deserialize gatt structs 2014-05-08 15:08:47 +00:00
matthias.ringwald@gmail.com
2b552b2306 define daemon commands for gap le scan and le connect, define gap events 2014-05-03 22:18:29 +00:00
mila@ringwald.ch
5917a5c529 ble client: moved disconnect to hci 2014-05-03 21:22:04 +00:00
mila@ringwald.ch
4f3229d8d2 ble client: connect functionality moved to hci 2014-05-02 21:53:08 +00:00
mila@ringwald.ch
755c826fc1 ble client: removed unused struct 2014-05-02 14:27:32 +00:00
mila@ringwald.ch
57c9da5b07 ble client: implemented emit hci advertisement 2014-05-02 14:24:57 +00:00
mila@ringwald.ch
7bdc6798db ble client: scanning functionality moved to hci 2014-05-02 12:08:22 +00:00
mila@ringwald.ch
8f5e31a822 ble client: used att_dispatch_register_client 2014-05-02 08:06:50 +00:00
mila@ringwald.ch
cc4d39c396 gatt client moved to ble 2014-04-29 19:45:40 +00:00
mila@ringwald.ch
aa0a65f68e ble client: extract gatt client 2014-04-28 21:47:59 +00:00
mila@ringwald.ch
ee988ca983 ble client: split le central and gatt tests 2014-04-28 21:09:35 +00:00
mila@ringwald.ch
7d468b9be6 ble client: use le_central_t for le central 2014-04-25 19:36:10 +00:00
mila@ringwald.ch
5607cd61cb ble client: extract le_central_run 2014-04-25 19:07:39 +00:00
mila@ringwald.ch
eb43473cf7 ble client: split packet handler in gatt_client and le_central handlres 2014-04-25 18:45:17 +00:00
mila@ringwald.ch
7249ca6895 ble client: split packet handler 2014-04-25 15:08:51 +00:00
mila@ringwald.ch
c04594a5c5 ble client: rename gatt client state 2014-04-25 14:31:04 +00:00
mila@ringwald.ch
97f577dd92 ble client: rename gatt client state 2014-04-25 14:29:32 +00:00
mila@ringwald.ch
f1ae2665f8 ble client: split le_central and gatt client state 2014-04-25 14:25:33 +00:00
mila@ringwald.ch
1e5053c364 ble client: separate gatt_client and le_central state 2014-04-25 14:08:54 +00:00
matthias.ringwald@gmail.com
7d6a8e968c add att_dispatch.c 2014-04-25 13:23:37 +00:00
mila@ringwald.ch
e849b92165 ble client: mtu exchange initiated after connection is complete 2014-04-25 10:46:42 +00:00
matthias.ringwald@gmail.com
a40462b155 cleanup aes128 code a bit 2014-04-25 10:38:31 +00:00
mila@ringwald.ch
a18a5bc545 start extracting gatt_client 2014-04-24 23:20:52 +00:00
mila@ringwald.ch
116c0afde4 ble client: unit test read, write characteristic descriptor 2014-04-17 10:33:18 +00:00
mila@ringwald.ch
9d3d42a107 ble client: removed printfs 2014-04-15 21:36:04 +00:00
mila@ringwald.ch
f5bdf8a133 ble client 2014-04-15 21:26:25 +00:00
mila@ringwald.ch
3e5d55d624 ble client: unit test for discover characteristics for service by uuid 2014-04-14 22:42:31 +00:00
mila@ringwald.ch
4762dcfac9 ble client: expected results extracted into single file 2014-04-11 14:35:46 +00:00
mila@ringwald.ch
c032b69fa6 ble client: unit test discover primary service by uuid 2014-04-11 09:31:45 +00:00
mila@ringwald.ch
074c1d8aeb ble client: removed return status from att cmds, precondition must be checked before they are called 2014-04-11 08:16:29 +00:00
mila@ringwald.ch
5e457cb758 ble client: write long characteristic descriptor implemented, not tested 2014-04-10 09:18:02 +00:00
mila@ringwald.ch
807e6f62ee ble client: implemented write characteristic descriptor, not tested 2014-04-04 15:00:41 +00:00
mila@ringwald.ch
c177678a3a ble client: implemented read long characteristic descriptor value, not tested 2014-04-04 13:50:05 +00:00
mila@ringwald.ch
29c075cc1b ble client: renaming 2014-04-04 13:02:03 +00:00
mila@ringwald.ch
cce7df86ec ble client: support for characteristic descriptor with UUID128 2014-04-04 09:26:52 +00:00
mila@ringwald.ch
5ea26fd609 ble client: tested read characteristic descriptors 2014-04-04 08:44:21 +00:00
mila@ringwald.ch
b687e45833 ble client: renamed chr. descriptor events, implemented read chr. descriptor 2014-04-03 22:05:38 +00:00
matthias.ringwald@gmail.com
5f1a957593 use l2cap_send_prepared_connectionless in ble_client 2014-04-03 20:50:06 +00:00
matthias.ringwald@gmail.com
640925c0e2 use l2cap_can_send_connectionless_packet_now instead of hci_can_send_packet_now_using_packet_buffer(HCI_ACL_DATA_PACKET) 2014-04-03 19:00:31 +00:00
matthias.ringwald@gmail.com
64f0b431f7 more use of hci_can_send_packet_now_using_packet_buffer 2014-04-03 15:27:03 +00:00
mila@ringwald.ch
e65f2926ef ble client: fixed condition check for notification 2014-04-03 12:51:10 +00:00