btstack/ble
2014-08-28 09:05:58 +00:00
..
ad_parser.c gatt client moved to ble 2014-04-29 19:45:40 +00:00
ad_parser.h gatt client moved to ble 2014-04-29 19:45:40 +00:00
att_dispatch.c add att_dispatch to allow for independent implementations of ATT Client and ATT Server 2014-04-25 13:22:11 +00:00
att_dispatch.h ble client: used att_dispatch_register_client 2014-05-02 08:06:50 +00:00
att_server.c use log_info instead of printf, remove trailing newline from log calls 2014-08-15 21:26:50 +00:00
att_server.h
att.c use log_info instead of printf, remove trailing newline from log calls 2014-08-15 21:26:50 +00:00
att.h use log_info instead of printf, remove trailing newline from log calls 2014-08-15 21:26:50 +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
gatt_client.c use log_info instead of printf, remove trailing newline from log calls 2014-08-15 21:26:50 +00:00
gatt_client.h renamed gatt client register handler function 2014-07-04 08:42:30 +00:00
l2cap_le.c use log_info instead of printf, remove trailing newline from log calls 2014-08-15 21:26:50 +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 don't call sm_run before event handler, avoids warning. don't check for l2cap_can_send_now if no connection 2014-08-28 07:50:13 +00:00
sm.h