btstack/src
2021-02-10 15:19:42 +01:00
..
ble sm: ignore sm_trigger_run if sm is not initialized 2021-02-08 09:55:43 +01:00
classic bnep: improve len validation 2021-02-10 15:07:22 +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
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_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_slip.c MISRAC2012-Rule-14.4_c: compare against 0 or NULL 2021-02-01 15:15:55 +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_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: avoid potential warning 2021-02-09 10:20:51 +01:00
hci.h hci: introduce SEND_IO_CAPABILITIES_NEGATIVE_REPLY 2021-02-08 17:43:11 +01:00
l2cap_signaling.c
l2cap_signaling.h
l2cap.c l2cap: make handling of hci disconnect more robust 2021-02-03 17:34:55 +01:00
l2cap.h
Makefile.inc