Matthias Ringwald
|
264e3be687
|
rename sm_request_authorization to sm_request_pairing
|
2015-08-20 22:00:54 +02:00 |
|
Matthias Ringwald
|
71de195ed3
|
fix c99 warnings for missing argument of functions with no arguments, fix more warnings
|
2015-05-13 10:30:46 +02:00 |
|
matthias.ringwald@gmail.com
|
6a0c192f28
|
send prepared signed write request from gatt_client_run()
|
2015-03-05 15:05:35 +00:00 |
|
matthias.ringwald@gmail.com
|
85cacb82ec
|
sm starts encryption using ltk/ediv/rand from previous bonding
|
2015-03-03 22:17:47 +00:00 |
|
matthias.ringwald@gmail.com
|
3a3e1c9119
|
renamed central_device_db* files into le_device_db*
|
2015-03-02 21:40:56 +00:00 |
|
matthias.ringwald@gmail.com
|
2e77e513be
|
Stop using pointer to array for bd_addr_t and link_key_t
|
2015-03-01 20:51:08 +00:00 |
|
matthias.ringwald@gmail.com
|
3e58ab5fb0
|
finish removal of global sm_connection_t * connection.
|
2015-02-12 23:04:15 +00:00 |
|
matthias.ringwald@gmail.com
|
95d04d447f
|
move Security Manager sm_connection_t struct into hci.h for integration into hci_connection_t
|
2015-02-12 14:50:29 +00:00 |
|
mila@ringwald.ch
|
a0c35809ae
|
streamline copyright headers
|
2015-02-06 16:19:27 +00:00 |
|
mila@ringwald.ch
|
d80fc61e5a
|
checks splitted and moved to appropriate palaces in the switch statement
|
2014-08-28 09:05:58 +00:00 |
|
mila@ringwald.ch
|
9da54300b6
|
use log_info instead of printf, remove trailing newline from log calls
|
2014-08-15 21:26:50 +00:00 |
|
matthias.ringwald@gmail.com
|
f9a298a27e
|
use l2cap_can_send_fixed_channel_packet_now
|
2014-08-11 21:58:44 +00:00 |
|
matthias.ringwald@gmail.com
|
d94d3caf6b
|
use hci_can_send_command_packet_now instead of hci_can_send_packet_now_using_packet_buffer(HCI_COMMAND_DATA_PACKET)
|
2014-08-11 21:20:07 +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 |
|
matthias.ringwald@gmail.com
|
0ebb3f6c57
|
allow to set IRK
|
2014-02-02 18:45:00 +00:00 |
|
matthias.ringwald@gmail.com
|
6d9f0ef4d0
|
provide sm_send_security_request
|
2014-01-30 10:32:09 +00:00 |
|
matthias.ringwald@gmail.com
|
431d68e3ef
|
split out dummy central_device_db code into extra file
|
2014-01-09 20:45:43 +00:00 |
|
matthias.ringwald@gmail.com
|
510d4cc19a
|
fix spelling of sm_set_encryption_key_size_range
|
2014-01-08 13:08:41 +00:00 |
|
matthias.ringwald@gmail.com
|
ef8a41e1e4
|
added a minimal security manager that just denies security requests
|
2014-01-08 12:04:11 +00:00 |
|