mila@ringwald.ch
|
1fc6917658
|
remove gatt_client_start/stop_cmd
|
2014-05-07 20:56:56 +00:00 |
|
matthias.ringwald@gmail.com
|
3f1c367764
|
clean up formatting
|
2014-05-04 18:07:41 +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 |
|
matthias.ringwald@gmail.com
|
96a45072cb
|
track Bluetooth Device Address Type in hci_connection_t struct
|
2014-04-25 10:43:19 +00:00 |
|
matthias.ringwald@gmail.com
|
6e3802d535
|
mark source of swap functions as const
|
2014-04-11 10:25:05 +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
|
b687e45833
|
ble client: renamed chr. descriptor events, implemented read chr. descriptor
|
2014-04-03 22:05:38 +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
|
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
|
5917aae927
|
ble: implemented read characteristic value
|
2014-03-17 21:54:51 +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
|
af5cd647e5
|
use printUUID128 from utils.c
|
2014-02-28 21:45:33 +00:00 |
|
matthias.ringwald@gmail.com
|
1fb05f9241
|
moved swapX functions into utils.c
|
2014-02-28 21:07:59 +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
|
d1fef1900d
|
make embedded_execute_once public as suggested in #369
|
2014-02-04 21:08:07 +00:00 |
|
matthias.ringwald@gmail.com
|
bde315ce6c
|
renamed btstack config.h to btstack-config.h to allow for better integration with other projects
|
2014-01-19 16:45:57 +00:00 |
|
matthias.ringwald@gmail.com
|
f471afd896
|
replaced #pragma once with old style #include guards to allow use of older compilers
|
2014-01-19 16:30:17 +00:00 |
|
matthias.ringwald@gmail.com
|
ad83dc6a89
|
support dedicated bonding and provide example for it
|
2014-01-18 20:23:15 +00:00 |
|
matthias.ringwald@gmail.com
|
fb8ba0dbcd
|
GAP update to higher security level working
|
2014-01-17 12:01:32 +00:00 |
|
matthias.ringwald@gmail.com
|
a00031e215
|
successfully enable encryption if security level 2 is requested for l2cap service
|
2014-01-17 10:37:42 +00:00 |
|
matthias.ringwald@gmail.com
|
f85a9399b2
|
request security level 0 for l2cap services
|
2014-01-16 23:15:21 +00:00 |
|
matthias.ringwald@gmail.com
|
e00caf9ce9
|
fix handling of IO Capability Request if non-bondable
|
2014-01-16 21:36:05 +00:00 |
|
matthias.ringwald@gmail.com
|
9ab95c9023
|
use link_key_type_t as defined in Link Notification Event
|
2014-01-16 19:12:38 +00:00 |
|
matthias.ringwald@gmail.com
|
536f9994f0
|
track link keys from PIN request as authenticated
|
2014-01-16 18:19:38 +00:00 |
|
matthias.ringwald@gmail.com
|
7fb4c304ce
|
define link_key_type_t
|
2014-01-16 17:51:30 +00:00 |
|
matthias.ringwald@gmail.com
|
afd4e962dc
|
read remote supported features and check for SSP on new connections
|
2014-01-16 14:47:36 +00:00 |
|
matthias.ringwald@gmail.com
|
f8fb5f6e47
|
respond with hci_io_capability_request_negative_reply in non-bondable mode to io cap request
|
2014-01-16 11:39:34 +00:00 |
|
matthias.ringwald@gmail.com
|
8a3fac4ff5
|
start timer on handle value indication, assert only on indication is active, notify client about handle value indication completion, extend ble_peripheral
|
2014-01-12 21:24:25 +00:00 |
|
matthias.ringwald@gmail.com
|
335952a48f
|
fully track RPN requests and inform client about port configuration
|
2014-01-12 10:27:07 +00:00 |
|
matthias.ringwald@gmail.com
|
65cd069483
|
added event types for modem status and port configuration
|
2014-01-11 22:12:05 +00:00 |
|
matthias.ringwald@gmail.com
|
7256b33ac8
|
don't send if aggregate flow is turned off
|
2014-01-11 20:42:51 +00:00 |
|
matthias.ringwald@gmail.com
|
c9dc710be7
|
track l2cap channel flush timeout and report in channel open event
|
2014-01-10 17:35:17 +00:00 |
|
matthias.ringwald@gmail.com
|
372248418e
|
clean up run_loop sublcassing as suggested in #356
|
2014-01-07 19:31:00 +00:00 |
|
matthias.ringwald@gmail.com
|
c63eb6a1d7
|
implement basic authorization api to request, grant, or deny authorization
|
2014-01-06 12:58:18 +00:00 |
|
matthias.ringwald@gmail.com
|
cb0c1216da
|
emit SM_IDENTITY_RESOLVING_STARTED event
|
2014-01-05 19:57:43 +00:00 |
|
matthias.ringwald@gmail.com
|
1e57f667d3
|
emit event for identify resolving
|
2014-01-05 19:42:21 +00:00 |
|
matthias.ringwald@gmail.com
|
c0712fc68a
|
start sorting Security Manager code
|
2014-01-03 19:19:37 +00:00 |
|
matthias.ringwald@gmail.com
|
de45c647b6
|
improve event enumeration
|
2013-12-26 18:58:55 +00:00 |
|
matthias.ringwald@gmail.com
|
8225f33562
|
add event types for security manager events, define sm_event_t
|
2013-11-29 11:43:49 +00:00 |
|
matthias.ringwald@gmail.com
|
59f455db61
|
more verbose GATT_ event type names
|
2013-11-29 10:14:22 +00:00 |
|
mila@ringwald.ch
|
18ccad2a1c
|
ble client: gatt event definition
|
2013-11-29 10:05:02 +00:00 |
|
mila@ringwald.ch
|
1aed710709
|
ble_client: handle connect/disconect
|
2013-11-14 15:55:07 +00:00 |
|
mila@ringwald.ch
|
5b1f4e9947
|
make sdp_normalize_uuid visible
|
2013-11-11 22:27:19 +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
|
bace66242a
|
sdp: added service search and service attribute search queries
|
2013-11-01 13:09:54 +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 |
|