.. |
ad_parser.c
|
updated copyright header
|
2014-11-27 13:20:52 +00:00 |
ad_parser.h
|
updated copyright header
|
2014-11-27 13:20:52 +00:00 |
ancs_client_lib.c
|
moved ancs_client_lit into ble/
|
2014-10-31 16:12:52 +00:00 |
ancs_client_lib.h
|
moved ancs_client_lit into ble/
|
2014-10-31 16:12:52 +00:00 |
att_dispatch.c
|
updated copyright header
|
2014-11-27 13:20:52 +00:00 |
att_dispatch.h
|
updated copyright header
|
2014-11-27 13:20:52 +00:00 |
att_server.c
|
updated copyright header
|
2014-11-27 13:20:52 +00:00 |
att_server.h
|
replaced #pragma once with old style #include guards to allow use of older compilers
|
2014-01-19 16:30:17 +00:00 |
att.c
|
fix use of max mtu for att server
|
2014-11-18 12:56:07 +00:00 |
att.h
|
document max_mtu and mtu of att_connection
|
2014-12-03 22:17:25 +00:00 |
central_device_db_dummy.c
|
|
|
central_device_db_memory.c
|
use log_info instead of printf, remove trailing newline from log calls
|
2014-08-15 21:26:50 +00:00 |
central_device_db.h
|
add missing c++ protection
|
2014-02-05 20:49:22 +00:00 |
compile-gatt.py
|
more Python 3 fixes: open .gatt as unicode and use StringIO from io module
|
2014-06-22 21:26:07 +00:00 |
gap_le.h
|
added gap_update_connection_parameters
|
2014-09-21 19:43:59 +00:00 |
gatt_client.c
|
avoid crash if no gatt client context can be created
|
2014-12-11 18:51:10 +00:00 |
gatt_client.h
|
gtt client extended to handle multiple subclients of a peripheral
|
2014-10-31 15:58:44 +00:00 |
l2cap_le.c
|
use HCI_ACL_PAYLOAD_SIZE to determine L2CAP MTU
|
2014-10-09 09:49:47 +00:00 |
sm_minimal.c
|
checks splitted and moved to appropriate palaces in the switch statement
|
2014-08-28 09:05:58 +00:00 |
sm.c
|
update FSM state before sending an HCI command or L2CAP packet to avoid theoretical race-condition of response arriving before state was updated
|
2014-10-16 15:02:48 +00:00 |
sm.h
|
use IO_CAPABILITY_NO_INPUT_NO_OUTPUT as default for LE (same as for Classic now)
|
2014-10-16 13:56:25 +00:00 |