btstack/src
2023-09-28 10:44:56 +02:00
..
ble gatt-service/hids_device: handle read/write of Boot Keyboard Output characteristic 2023-09-19 11:48:05 +02:00
classic hid_device: fix sending of control messages 2023-09-27 15:44:21 +02:00
le-audio le_audio_util: reset metadata buffer 2023-09-26 14:43:52 +02:00
mesh
ad_parser.c
ad_parser.h
bluetooth_company_id.h
bluetooth_data_types.h bluetooth_data_types: add advertising interval long 2023-08-20 14:46:29 +02:00
bluetooth_gatt.h
bluetooth_psm.h bluetooth_psm: add BLUETOOTH_PSM_EATT 2023-06-19 14:43:13 +02:00
bluetooth_sdp.h
bluetooth.h bluetooth: add GATT_CLIENT_SUPPORTED_FEATURES and GATT_SERVER_SUPPORTED_FEATURES 2023-06-19 14:43:13 +02: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 btstack_crypto: return 0xff..ff as DHKEY if public key is invalid for Controller ECC 2023-09-06 09:40:58 +02:00
btstack_crypto.h btstack_crypto: return 0xff..ff as DHKEY if public key is invalid for Controller ECC 2023-09-06 09:40:58 +02:00
btstack_debug.h btstack_debug: prevent unused variable warnings if the variables are only used in asserts 2023-09-22 17:59:59 +02:00
btstack_defines.h btstack_defines: provide more cis info in GAP_SUBEVENT_CIS_CREATED 2023-09-26 14:43:52 +02:00
btstack_em9304_spi.h
btstack_event.h btstack_defines: provide more cis info in GAP_SUBEVENT_CIS_CREATED 2023-09-26 14:43:52 +02:00
btstack_hid_parser.c btstack_hid_parser: fix report id matching logic of hid_descriptor 2023-07-30 15:50:08 +02:00
btstack_hid_parser.h
btstack_hid.c
btstack_hid.h
btstack_lc3_google.c
btstack_lc3_google.h
btstack_lc3.c
btstack_lc3.h
btstack_linked_list.c
btstack_linked_list.h
btstack_linked_queue.c
btstack_linked_queue.h
btstack_memory_pool.c
btstack_memory_pool.h
btstack_memory.c
btstack_memory.h
btstack_network.h
btstack_resample.c
btstack_resample.h
btstack_ring_buffer.c
btstack_ring_buffer.h
btstack_run_loop_base.c
btstack_run_loop_base.h
btstack_run_loop.c
btstack_run_loop.h btstack_run_loop: fix typos in comments 2023-08-20 12:40:50 +02:00
btstack_sample_rate_compensation.c
btstack_sample_rate_compensation.h
btstack_sco_transport.h
btstack_slip.c
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_slip_wrapper.c
btstack_uart_slip_wrapper.h
btstack_uart.h
btstack_util.c btstack_util: add btstack_is_null_bd_addr function 2023-09-08 13:17:46 +02:00
btstack_util.h btstack_util: add btstack_is_null_bd_addr function 2023-09-08 13:17:46 +02:00
btstack.h
gap.h gap: add gap_extended_advertising_set_resolvable_private_address_update 2023-08-20 14:46:29 +02:00
hci_cmd.c hci_cmd: add hci_bcm_pcm2_setup 2023-09-27 14:23:42 +02:00
hci_cmd.h hci_cmd: add hci_bcm_pcm2_setup 2023-09-27 14:23:42 +02:00
hci_dump.c
hci_dump.h
hci_event.c
hci_event.h
hci_transport_em9304_spi.c
hci_transport_em9304_spi.h
hci_transport_h4.c
hci_transport_h4.h
hci_transport_h5.c
hci_transport_h5.h
hci_transport_usb.h
hci_transport.h
hci.c hci: send hci_bcm_pcm2_setup if HAVE_BCM_PCM2 2023-09-28 10:44:56 +02:00
hci.h hci: send hci_bcm_pcm2_setup if HAVE_BCM_PCM2 2023-09-28 10:44:56 +02:00
l2cap_signaling.c
l2cap_signaling.h
l2cap.c l2cap: make l2cap_get_remote_mtu_for_local_cid available to LE-only builds 2023-09-11 16:08:39 +02:00
l2cap.h l2cap: add authorization_required param to ecbm service registration 2023-08-20 14:46:30 +02:00
Makefile.inc