btstack/ble
2014-12-03 22:33:07 +00:00
..
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
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
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 added log error if peripheral mtu is not iniitalized 2014-12-03 22:33:07 +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