History log of /btstack/src/hci.c (Results 276 – 300 of 1410)
Revision Date Author Comments
# 7fdbaf79 01-Jun-2022 Matthias Ringwald <[email protected]>

hci: avoid race condition to set BONDING_SEND_AUTHENTICATE_REQUEST


# 43dfd98a 21-May-2022 Matthias Ringwald <[email protected]>

hci: fix build


# 14f2d8f0 21-May-2022 Matthias Ringwald <[email protected]>

hci: fix gap_connect_cancel for gap_connect_with_whitelist


# 9e88556b 20-May-2022 Matthias Ringwald <[email protected]>

hci: provide advertising sid to hci_le_add_device_to_periodic_advertiser_list


# 131d4778 10-May-2022 Matthias Ringwald <[email protected]>

hci: order things to stop in hci_run_general_gap_le


# a8016f96 10-May-2022 Matthias Ringwald <[email protected]>

hci: document preprocessor blocks in hci_run_general_gap_le


# cef94710 10-May-2022 Matthias Ringwald <[email protected]>

hci: fix LE-only build


# 72a2585a 09-May-2022 Matthias Ringwald <[email protected]>

hci: avoid HCI_EVENT_IS_COMMAND_COMPLETE macro


# c70df5f8 09-May-2022 Matthias Ringwald <[email protected]>

hci: use opcode in handle_command_complete_event


# afbf1cd7 09-May-2022 Matthias Ringwald <[email protected]>

hci: extract handle_command_status_event


# 098c2716 06-May-2022 Matthias Ringwald <[email protected]>

hci: drop outgoing iso fragments on disconnect


# d39e4f95 06-May-2022 Matthias Ringwald <[email protected]>

hci: recombine iso packets


# 4ae8623e 06-May-2022 Matthias Ringwald <[email protected]>

hci: track iso streams


# 68ab6207 14-Apr-2022 Matthias Ringwald <[email protected]>

hci: fragment outgoing iso packets


# d0dea5fb 04-May-2022 Matthias Ringwald <[email protected]>

hci: assert hci_run is executed once after transition to working state


# b1c141db 28-Apr-2022 Matthias Ringwald <[email protected]>

hci: fix warnings


# 1e0338eb 21-Apr-2022 Matthias Ringwald <[email protected]>

hci: fix negative reply to le remote connection param request


# 0a8cccd5 14-Apr-2022 Matthias Ringwald <[email protected]>

hci: depend on ENABLE_LE_ISOCHRONOUS_STREAMS


# bc06f564 14-Apr-2022 Matthias Ringwald <[email protected]>

hci: fix inquiry state on exit periodic inquiry command complete


# 3d1f2d24 14-Apr-2022 Matthias Ringwald <[email protected]>

hci: move code to handle periodic inquiry command complete into handle_command_complete_event handler


# 0be1c97c 13-Apr-2022 Matthias Ringwald <[email protected]>

Merge pull request #412 from ricardoquesada/hci_periodic_inquiry_stop_fix

hci: fix periodic inquiry stop


# 314aa2cc 13-Apr-2022 Matthias Ringwald <[email protected]>

hci: fix build without ENABLE_LE_CENTRAL


# 258cb4e1 13-Apr-2022 Ricardo Quesada <[email protected]>

hci: fix periodic inquiry stop

This commit fixes HCI periodic inquiry stop by moving "HCI complete
event" comparison inside the HCI_COMPLETE_EVENT guard.


# 30199e24 08-Apr-2022 Matthias Ringwald <[email protected]>

gap: support periodic inquiry mode with gap_inquiry_periodic_start/stop


# e90f848d 01-Apr-2022 Matthias Ringwald <[email protected]>

hci: use hci_le_extended_create_connection if supported for non-whitelist connections


1...<<11121314151617181920>>...57