btstack/ble
2014-04-28 20:51:48 +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 add att_dispatch to allow for independent implementations of ATT Client and ATT Server 2014-04-25 13:22:11 +00:00
att_server.c add att_dispatch to allow for independent implementations of ATT Client and ATT Server 2014-04-25 13:22:11 +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 use utils.c 2014-04-11 10:27:03 +00:00
att.h fix name of error code 2014-04-10 21:55:44 +00:00
central_device_db_dummy.c split out dummy central_device_db code into extra file 2014-01-09 20:45:43 +00:00
central_device_db_memory.c include <string.h> instead of <strings.h> to use memcpy 2014-04-03 21:40:48 +00:00
central_device_db.h add missing c++ protection 2014-02-05 20:49:22 +00:00
compile-gatt.py remove unused var 2014-03-01 23:01:41 +00:00
gap_le.h replaced #pragma once with old style #include guards to allow use of older compilers 2014-01-19 16:30:17 +00:00
l2cap_le.c removed useless code - HCI connectable isn't relevant for LE 2014-04-28 20:51:48 +00:00
sm_minimal.c 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
sm.c trate no OOB data callback as no oob data available 2014-04-11 13:07:27 +00:00
sm.h allow to set IRK 2014-02-02 18:45:00 +00:00