btstack/ble
2014-05-30 15:14:08 +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 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 Send complete event in case of disconnection 2014-05-15 13:53:07 +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 Use CSV parsing lib instead of string split 2014-05-30 13:27:35 +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
gatt_client.c initialized uuid16 2014-05-30 15:14:08 +00:00
gatt_client.h fix compile 2014-05-16 22:13:08 +00:00
l2cap_le.c only use non-automatic-flushable acl packets for LE 2014-05-09 13:16:08 +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 remove l2cap_register_packet_handler as fixed channel already forwards HCI events 2014-04-28 21:02:26 +00:00
sm.h allow to set IRK 2014-02-02 18:45:00 +00:00