Commit Graph

163 Commits

Author SHA1 Message Date
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
matthias.ringwald@gmail.com
1edd4a10d7 forgot to commit the SSP definitions 2013-09-11 18:25:01 +00:00
matthias.ringwald@gmail.com
b54c19e775 added hci commands for secure simple pairing 2013-08-30 12:42:13 +00:00
matthias.ringwald@gmail.com
f435766ccd added event codes for secure simple pairing 2013-08-30 12:18:50 +00:00
matthias.ringwald
e267304ba0 added C++ protection 2013-07-15 21:00:09 +00:00
matthias.ringwald
a7ac6b35f0 add C++ protection 2013-07-15 19:47:08 +00:00
matthias.ringwald@gmail.com
eed533f622 added missing #pragma once and C++ function name mangling protection 2013-05-23 14:57:16 +00:00
matthias.ringwald@gmail.com
5f74f46bbb use sdp_client_query_rfcomm_services in header 2013-04-26 20:32:08 +00:00
matthias.ringwald@gmail.com
40943ff4e0 defines for SDP queries 2013-04-26 20:17:43 +00:00
matthias.ringwald@gmail.com
6a736e2994 added hci_change_connection_packet_type 2013-03-07 17:26:46 +00:00
matthias.ringwald@gmail.com
e6cc8be246 mark Embedded API functions, add basic documentation for all of them 2013-01-26 17:34:33 +00:00
matthias.ringwald
582b8268b9 added ant_cmds.c for use with CC2567 2012-11-16 22:30:56 +00:00
matthias.ringwald@gmail.com
5b4f6e5776 added setters for timer and data source handlers 2012-10-28 22:38:57 +00:00
matthias.ringwald
0d79c710aa define LOG_MESSAGE_PACKET and add support for HCI_DUMP_PACKETLOGGER and HCI_DUMP_STDOUT 2012-02-20 19:12:47 +00:00
matthias.ringwald
84d2b59295 make de_add_uuid128 public 2012-02-12 19:33:45 +00:00
matthias.ringwald@gmail.com
5652b5ff9b added support for Attribute and Security Manager LE protocols in L2CAP 2012-01-29 17:10:28 +00:00
matthias.ringwald
12900f4689 added read/write num broadcast retransmissions 2012-01-15 21:28:42 +00:00
matthias.ringwald
188981d28a log info own bd addr 2011-11-26 19:43:08 +00:00
mila@ringwald.ch
31b7540338 overwrite stored names & link keys if no place remained 2011-11-15 13:32:34 +00:00
matthias.ringwald
fb7d311704 define L2CAP_EVENT_SERVICE_REGISTERED and L2CAP_SERVICE_ALREADY_REGISTERED 2011-11-09 16:07:23 +00:00
matthias.ringwald
9c65ff5e48 added LE events 2011-10-01 14:21:26 +00:00
matthias.ringwald
eedfb86250 added read/write le host supported 2011-09-25 19:38:06 +00:00