History log of /btstack/port/arduino/BTstack.cpp (Results 1 – 25 of 44)
Revision Date Author Comments
# 8e170f42 18-May-2021 Matthias Ringwald <[email protected]>

port/arduino: set h4 config, register hci packet handler for advertisements and connection events


# b149c1b9 05-May-2021 Matthias Ringwald <[email protected]>

arduino: rework Makefile and update BTstack C++ wrapper for 1.0 API


# c8dfe071 26-Mar-2021 Matthias Ringwald <[email protected]>

hci_transport: extract convenience function declaration for h4, h5, em9304_spi, and usb into separate hci_transport_{type}.h


# 017c2996 10-Mar-2021 Matthias Ringwald <[email protected]>

hci_dump: arduino port


# fac60fea 29-Sep-2016 Matthias Ringwald <[email protected]>

fix compile


# c2e1fa60 17-Jul-2016 Matthias Ringwald <[email protected]>

hci: provided error code in hardware error callback


# 084ad01c 20-Apr-2016 Matthias Ringwald <[email protected]>

hci_transport/btstack_uart_block: create btstack_uart_block_embedded on top of hal_uart_dma. Pass in uart driver to H4/H5 instances


# be7cc9a0 01-Apr-2016 Milanka Ringwald <[email protected]>

use btstack_event_state_get_state


# 045013fe 07-Mar-2016 Matthias Ringwald <[email protected]>

java: use streamline event names, GAP_LE_EVENT_ADVERTISING_REPORT -> GAP_EVENT_ADVERTISING_REPORT


# 0e2df43f 19-Feb-2016 Matthias Ringwald <[email protected]>

event: introduce hci_event_packet_get_type


# fc64f94a 19-Feb-2016 Matthias Ringwald <[email protected]>

use hci_con_handle_t more


# 711e6c80 19-Feb-2016 Matthias Ringwald <[email protected]>

use hci_con_handle_t more


# d25c33e5 18-Feb-2016 Matthias Ringwald <[email protected]>

gatt_client: prefix gatt structs with gatt_client


# d8e8f12a 12-Feb-2016 Matthias Ringwald <[email protected]>

gap.h: use gap_ instead of le_central_ or gap_le_


# 591423b2 11-Feb-2016 Matthias Ringwald <[email protected]>

att -> att_db


# 2d5e09d6 11-Feb-2016 Matthias Ringwald <[email protected]>

hci: set link_key_db via hci_set_link_key_db instead of via hci_init().


# 0ca398bf 11-Feb-2016 Matthias Ringwald <[email protected]>

util.h: rename swapX into reverse_x


# e1a125df 10-Feb-2016 Matthias Ringwald <[email protected]>

util.h: new names uuid_has_bluetooth_prefix();uuid_add_bluetooth_prefix()


# c9b8fdd9 10-Feb-2016 Matthias Ringwald <[email protected]>

fix typo in big_endian_read_32


# 65b44ffd 04-Feb-2016 Matthias Ringwald <[email protected]>

sm, att_server: don't forward events from lower layers.


# f8fbdce0 31-Jan-2016 Matthias Ringwald <[email protected]>

use little/big_endian_read/store_16/24/32


# 5611a760 30-Jan-2016 Matthias Ringwald <[email protected]>

use for event types


# 24b3c629 24-Jan-2016 Matthias Ringwald <[email protected]>

hci_transport: cleanup struct, add init(void *transport_config)


# fb55bd0a 22-Jan-2016 Matthias Ringwald <[email protected]>

remove btstack_control_h from hci_init. mark btstack_control, hci_transport, and hci_transport_config as const


# faa6c1f6 22-Jan-2016 Matthias Ringwald <[email protected]>

renamed bt_control_chipsetname into btstack_chipset_chipsetname. fix some builds


12