History log of /btstack/src/hci_transport_h4.c (Results 26 – 50 of 109)
Revision Date Author Comments
# e501bae0 11-May-2019 Matthias Ringwald <[email protected]>

Use BTSTACK_FILE__ without __ prefix (MISRAC2012-Rule-21.1)


# e8b81068 23-Jul-2018 Matthias Ringwald <[email protected]>

hci_transport_h4, hci_transport_em9304_spi.c: add checks for Event + SCO packet lengths


# fc6cde64 23-Jul-2018 Matthias Ringwald <[email protected]>

Replaced HCI_PACKET_BUFFER_SIZE with HCI_INCOMING_PACKET_BUFFER_SIZE and HCI_OUTGOING_PACKET_BUFFER_SIZE


# 2e25934b 18-May-2017 Matthias Ringwald <[email protected]>

h4: fix warning about set but not read ehcill vars if ehcill is not used


# bace42ef 02-May-2017 Matthias Ringwald <[email protected]>

fix format warnings for uint32_t values


# b403028e 02-May-2017 Matthias Ringwald <[email protected]>

h4: support wakeup via wakeup-up handler for h5


# c4e86052 01-May-2017 Matthias Ringwald <[email protected]>

h4: use enum for EHCILL message types - fixes compile error when used as case labels


# 39e7ee9f 30-Apr-2017 Matthias Ringwald <[email protected]>

cc256x: ENABLE_CC256X_BAUDRATE_CHANGE_FLOWCONTROL_BUG_WORKAROUND avoids lost bytes during baud rate change, updated docu


# ab2c6ae4 24-Mar-2017 Matthias Ringwald <[email protected]>

tool: add update_filename.py that adds __BTSTACK_FILE__ to every .c file for use with debug output instead of __FILE__


# 62ca45d7 28-Feb-2017 Matthias Ringwald <[email protected]>

h4_ehcill/h5: provide HCI_EVENT_TRANSPORT_SLEEP_MODE event that indicates to app if it can put device into deep sleep


# ee752bb8 19-Jan-2017 Matthias Ringwald <[email protected]>

hci_transport: add set_sco_config and call when nr. of SCO connections changes


# f04a0c31 09-Oct-2016 Matthias Ringwald <[email protected]>

fix warnings for using %u with int vars


# 9ecd1ba8 14-Jul-2016 Matthias Ringwald <[email protected]>

ehcill: fix bug when send packet was called between receive sleep ind and send of sleep ack


# 019a10b5 27-Apr-2016 Matthias Ringwald <[email protected]>

hci_transport_h4: remove commented code about triggering run loop


# f6a20ec9 27-Apr-2016 Matthias Ringwald <[email protected]>

eHCILL: use ENABLE_EHCILL instead of HAVE_EHCILL plus runtime enable call, updated docs


# 8a23fc53 27-Apr-2016 Matthias Ringwald <[email protected]>

hci_transport_h4: eHCILL working on POSIX


# 82d05f16 27-Apr-2016 Matthias Ringwald <[email protected]>

hci_transport_h4: fix compile


# 307a4fe3 27-Apr-2016 Matthias Ringwald <[email protected]>

h4: add parts of eHCILL (not tested/working)


# bd021c4e 22-Apr-2016 Matthias Ringwald <[email protected]>

h4/h5: move platform independent implementations into core


# 5754b939 04-Sep-2014 [email protected] <[email protected]@1a0a8af8-31b5-11de-8e0c-53a27eea117e>

extra POSIX code and Makefile into platforms/posix/src


# 9da54300 15-Aug-2014 [email protected] <[email protected]@1a0a8af8-31b5-11de-8e0c-53a27eea117e>

use log_info instead of printf, remove trailing newline from log calls


# a827874e 30-Jul-2014 [email protected] <[email protected]@1a0a8af8-31b5-11de-8e0c-53a27eea117e>

use cfmakeraw to also remove ICRNL flag that would translate 0x0d to 0x0a on input


# 933d47a6 29-Jul-2014 matthias.ringwald <matthias.ringwald@1a0a8af8-31b5-11de-8e0c-53a27eea117e>

remove unused variable


# 19827976 06-Jul-2014 [email protected] <[email protected]@1a0a8af8-31b5-11de-8e0c-53a27eea117e>

try to bring Blutooth module into defined state by sending HCI RESET twice


# 1ebc0173 24-Apr-2014 [email protected] <[email protected]@1a0a8af8-31b5-11de-8e0c-53a27eea117e>

use cfsetospeed and cfsetispeed instead of cfsetspeed


12345