btstack/src
2021-03-03 09:38:16 +01:00
..
ble gatt_client: avoid out of bounds reads, #337 2021-02-25 22:44:10 +01:00
classic avrcp_target: remove unused functions 2021-02-26 09:49:19 +01:00
mesh mesh/pb_adv: add size checks for adv data 2021-02-10 15:19:42 +01:00
ad_parser.c
ad_parser.h
bluetooth_company_id.h
bluetooth_data_types.h
bluetooth_gatt.h
bluetooth_psm.h
bluetooth_sdp.h
bluetooth.h gap: provide Link Type parameter to incoming connection filter for gap_register_classic_connection_filter 2021-01-25 15:12:13 +01:00
btstack_audio.c
btstack_audio.h
btstack_base64_decoder.c
btstack_base64_decoder.h
btstack_bool.h
btstack_chipset.h
btstack_control.h
btstack_crypto.c MISRAC2012-Rule-14.4_c: compare against 0 or NULL 2021-02-01 15:15:55 +01:00
btstack_crypto.h btstack_crypto: support de-init 2021-01-18 21:34:37 +01:00
btstack_debug.h
btstack_defines.h hid_host: extend HID_SUBEVENT_SET_PROTOCOL_RESPONSE event with protocol_mode field 2021-02-09 15:59:56 +01:00
btstack_em9304_spi.h
btstack_event.h hid_host: extend HID_SUBEVENT_SET_PROTOCOL_RESPONSE event with protocol_mode field 2021-02-09 15:59:56 +01:00
btstack_hid_parser.c use bool instead of int vars 2021-02-01 15:51:30 +01:00
btstack_hid_parser.h
btstack_linked_list.c MISRAC2012-Rule-14.4_c: compare against 0 or NULL 2021-02-01 15:15:55 +01:00
btstack_linked_list.h
btstack_linked_queue.c
btstack_linked_queue.h
btstack_memory_pool.c
btstack_memory_pool.h
btstack_memory.c hid_host: provide memory pool for hid_host_connection_t 2021-02-09 15:59:55 +01:00
btstack_memory.h hid_host: provide memory pool for hid_host_connection_t 2021-02-09 15:59:55 +01:00
btstack_network.h
btstack_resample.c
btstack_resample.h
btstack_ring_buffer.c MISRAC2012-Rule-14.4_c: compare against 0 or NULL 2021-02-01 15:15:55 +01:00
btstack_ring_buffer.h
btstack_run_loop_base.c
btstack_run_loop_base.h
btstack_run_loop.c btstack_run_loop: assert callbacks for timer and data source are set 2021-02-08 09:33:59 +01:00
btstack_run_loop.h btstack_run_loop: support de-init 2021-01-18 21:34:45 +01:00
btstack_sco_transport.h btstack_sco_transport: define interface 2021-02-22 12:23:36 +01:00
btstack_slip.c btstack_slip: send C0 (SOF) before and after frame 2021-02-26 21:02:31 +01:00
btstack_slip.h
btstack_stdin.h
btstack_tlv_none.c
btstack_tlv_none.h
btstack_tlv.c
btstack_tlv.h
btstack_uart_block.h btstack_uart: extend btstack_uart_block interface to support H5/SLIP mode 2021-03-03 09:38:16 +01:00
btstack_uart.h btstack_uart: extend btstack_uart_block interface to support H5/SLIP mode 2021-03-03 09:38:16 +01:00
btstack_util.c MISRAC2012-Rule-14.4_c: compare against 0 or NULL 2021-02-01 15:15:55 +01:00
btstack_util.h
btstack.h hid_host: start extracting API 2021-02-09 15:59:55 +01:00
gap.h gap: trigger IO Capabilites (Negative) Reply with gap_ssp_io_capabilities_response/gap_ssp_io_capabilities_negative if ENABLE_EXPLICIT_IO_CAPABILITIES_REPLY 2021-02-08 18:14:03 +01:00
hci_cmd.c gap: support classic OOB pairing 2021-02-08 17:19:05 +01:00
hci_cmd.h gap: support classic OOB pairing 2021-02-08 17:19:05 +01:00
hci_dump.c MISRAC2012-Rule-14.4_c: compare against 0 or NULL 2021-02-01 15:15:55 +01:00
hci_dump.h
hci_transport_em9304_spi.c
hci_transport_h4.c MISRAC2012-Rule-14.4_c: compare against 0 or NULL 2021-02-01 15:15:55 +01:00
hci_transport_h5.c
hci_transport.h
hci.c hci: fix init for SCO_OVER_HCI for non-BCM controllers 2021-02-26 23:28:19 +01:00
hci.h hci: fix build 2021-02-22 12:36:59 +01:00
l2cap_signaling.c
l2cap_signaling.h
l2cap.c l2cap: use next signaling id for echo request 2021-02-22 17:28:38 +01:00
l2cap.h l2cap: support de-init 2021-01-18 21:34:56 +01:00
Makefile.inc