btstack/src
2016-05-20 22:08:13 +02:00
..
ble ad_parser: use const where possible 2016-05-18 11:21:34 +02:00
classic bnep: provide bnep_cid in packet handler for BNEP_DATA_PACKET 2016-05-20 22:08:13 +02:00
bluetooth.h java: fix compile 2016-04-01 15:54:37 +02:00
btstack_chipset.h hci_transport: cleanup struct, add init(void *transport_config) 2016-01-24 20:10:17 +01:00
btstack_control.h ios: fix compile, streamine function names 2016-01-22 17:44:04 +01:00
btstack_debug.h introduce log_info_key and log_info_hexdump, move prototypes to btstack_debug.h 2016-02-11 14:53:59 +01:00
btstack_defines.h Add handle to HFP_SUBEVENT_AUDIO_CONNECTION_ESTABLISHED getters 2016-04-21 15:29:46 +02:00
btstack_event.h Add handle to HFP_SUBEVENT_AUDIO_CONNECTION_ESTABLISHED getters 2016-04-21 15:29:46 +02:00
btstack_linked_list.c btstack_linked_list: remove user data field 2016-02-01 23:06:54 +01:00
btstack_linked_list.h linked_list: drop user data field 2016-02-10 10:57:25 +01:00
btstack_memory_pool.c prefix memory_pool functions/types with btstack_ 2016-01-20 14:59:38 +01:00
btstack_memory_pool.h prefix memory_pool functions/types with btstack_ 2016-01-20 14:59:38 +01:00
btstack_memory.c memory: use MAX_NR_ instead of MAX_NO_ 2016-03-28 12:05:33 +02:00
btstack_memory.h MAX_NO_BTSTACK_LINK_KEY_DB_MEMORYS -> MAX_NO_BTSTACK_LINK_KEY_DB_MEMORY_ENTRIES 2016-03-27 23:10:54 +02:00
btstack_run_loop.c runloop: pass enable/disable callbacks to run loop impl 2016-03-24 22:19:26 +01:00
btstack_run_loop.h posix: use ms timeouts in run loop and also in hci.c 2016-03-30 15:03:26 +02:00
btstack_slip.c slip: fix encoder 2016-03-08 12:59:42 +01:00
btstack_slip.h slip: implement decoder 2016-03-08 11:52:05 +01:00
btstack_uart_block.h h4: add parts of eHCILL (not tested/working) 2016-04-27 10:47:25 +02:00
btstack_util.c util: add btstack_min, btstack_max for uint32 2016-05-10 09:36:33 +02:00
btstack_util.h util: add btstack_min, btstack_max for uint32 2016-05-10 09:36:33 +02:00
btstack.h sdp_util: extract sdp_create_spp_service into spp_server and use spp_create_sdp_record 2016-03-17 11:24:38 +01:00
gap.h hci/gap: move set_class_of_device to gap 2016-03-26 23:14:43 +01:00
hci_cmd.c hci: enable Default Erroneous Data Reporting for SCO over HCI 2016-05-20 14:26:48 +02:00
hci_cmd.h hci: enable Default Erroneous Data Reporting for SCO over HCI 2016-05-20 14:26:48 +02:00
hci_dump.c prefix embedded HAVE_ 2016-03-30 11:06:56 +02:00
hci_dump.h
hci_transport_h4.c hci_transport_h4: remove commented code about triggering run loop 2016-04-27 15:20:27 +02:00
hci_transport_h5.c h5: chunk outgoing slip frames to avoid buffer size double the size of the hci buffer 2016-04-29 12:04:36 +02:00
hci_transport.h h5: support for auto-sleep mode after link inactivity 2016-04-28 22:19:33 +02:00
hci.c hci: enable Default Erroneous Data Reporting for SCO over HCI 2016-05-20 14:26:48 +02:00
hci.h hci: enable Default Erroneous Data Reporting for SCO over HCI 2016-05-20 14:26:48 +02:00
l2cap_signaling.c use little/big_endian_read/store_16/24/32 2016-01-31 00:07:32 +01:00
l2cap_signaling.h hci_cmds -> hci_cmd 2016-01-21 11:33:17 +01:00
l2cap.c l2cap: correct list of fixed channels supported 2016-05-18 11:15:07 +02:00
l2cap.h don't emit X_EVENT_CAN_SEND_NOW if x_can_send_now returns false 2016-04-01 14:15:39 +02:00