705 Commits

Author SHA1 Message Date
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
mila@ringwald.ch
d467c93da6 ble client: tested notifications 2014-03-28 16:16:25 +00:00
mila@ringwald.ch
9828cc424d ble client: implemented write client characteristic configuration, not tested 2014-03-27 23:00:28 +00:00
mila@ringwald.ch
6c55686a87 ble client: implemented notifications and indications 2014-03-21 23:20:12 +00:00
mila@ringwald.ch
a94dda185f ble client: fixed bugs, tested long reads and writes 2014-03-21 16:10:49 +00:00
matthias.ringwald@gmail.com
a72f4764de updated gatt db 2014-03-21 14:51:12 +00:00
matthias.ringwald@gmail.com
f8811fcedc current test db 2014-03-21 11:09:42 +00:00
mila@ringwald.ch
90caf1fd1e ble client: implemented chr. value chunk validation 2014-03-20 22:25:37 +00:00
mila@ringwald.ch
58e74a4132 ble client: draft implementation of reliable write, missing validation code 2014-03-20 16:08:56 +00:00
mila@ringwald.ch
2bdad75a63 ble client: renamed peripheral states 2014-03-20 15:41:44 +00:00
mila@ringwald.ch
8ef72a499b ble client: implemented write long characteristic value, untested 2014-03-20 15:21:05 +00:00
mila@ringwald.ch
ef07dcc400 ble client: implemented write characteristic value wihout und with response, untested 2014-03-20 11:28:16 +00:00
mila@ringwald.ch
6cdc5db2ef ble client: implemented read long characteristic value 2014-03-19 00:40:27 +00:00
mila@ringwald.ch
897794de24 ble client: fixed read characteristic value 2014-03-18 23:12:33 +00:00
mila@ringwald.ch
5917aae927 ble: implemented read characteristic value 2014-03-17 21:54:51 +00:00
mila@ringwald.ch
24c1adc676 ble client: added callback for app packet handler 2014-03-07 15:29:33 +00:00
mila@ringwald.ch
3c9277fafc ble client: send CONNECTION COMPLETE event only after MTU exchange 2014-03-07 14:36:13 +00:00
mila@ringwald.ch
039725ef87 ble client: discover characteristic descriptors - fixed value eq. end handle, added test call 2014-03-07 11:45:17 +00:00
mila@ringwald.ch
804267da21 ble client: implemented discover characteristic descriptors, not yet tested 2014-03-06 15:49:48 +00:00
mila@ringwald.ch
0f39c632fe ble client: added convinience functions for discovering characteristics 2014-03-06 15:03:59 +00:00
mila@ringwald.ch
cf18d544cb ble client: renaming of api according to procedure names in BT docu 2014-03-06 14:57:33 +00:00
mila@ringwald.ch
83b651ac88 ble client: implemented discover characteristic with UUID; characteriscs are returned with start, value and end handlers; fixed address type in connect to remote device 2014-03-06 14:24:24 +00:00
mila@ringwald.ch
a2e1442e10 ble client: fixed missing break statement 2014-03-05 22:41:01 +00:00
mila@ringwald.ch
23e60ad2d0 ble client: cleaning up test code 2014-03-01 23:08:30 +00:00