History log of /btstack/src/hci_cmd.c (Results 26 – 50 of 91)
Revision Date Author Comments
# 6fe44815 31-Jan-2022 Ricardo Quesada <[email protected]>

HCI: Add periodic inquiry mode command

This commit adds the HCI periodic inquiry mode command.
It is part of the Core spec defined in "Link Control" secion with the
name "7.1.3 Periodic Inquiry Mode

HCI: Add periodic inquiry mode command

This commit adds the HCI periodic inquiry mode command.
It is part of the Core spec defined in "Link Control" secion with the
name "7.1.3 Periodic Inquiry Mode Command"

It was tested with:
hci_send_cmd(&hci_periodic_inquiry_mode, 5, 4, GAP_IAC_GENERAL_INQUIRY,
2, 0);

And then verified the dump with Wireshark and the command was sent as
expected.

show more ...


# 27f212a7 09-Jan-2022 Matthias Ringwald <[email protected]>

hci_cmd: fix hci_le_set_extended_advertising_enable


# 6ea37a0f 04-Jan-2022 Matthias Ringwald <[email protected]>

hci_cmd: use array notation for hci_le_set_extended_scan_parameters


# 1645c45c 29-Nov-2021 Matthias Ringwald <[email protected]>

hci: add hci_rtk_configure_sco_routing


# 6f351188 05-Nov-2021 Matthias Ringwald <[email protected]>

hci_cmd: add hci_park_state and hci_exit_park_state


# 29ae3d7d 05-Nov-2021 Matthias Ringwald <[email protected]>

hci_cmd: add hci_hold_mode


# 2fca4dad 02-Nov-2021 Milanka Ringwald <[email protected]>

license: update text


# c8b094b6 03-Aug-2021 Matthias Ringwald <[email protected]>

hci_cmd: avoid unused variable warnings for Classic-only build


# 0c1cf6c6 30-May-2021 Matthias Ringwald <[email protected]>

hci_cmd: add core v5.2 le templates


# 931b436e 06-Jul-2021 Matthias Ringwald <[email protected]>

hci_cmd: support arrayed parameters


# 7f67490c 06-Jul-2021 Matthias Ringwald <[email protected]>

hci_cmd: support variable len arguments with 'JV'


# c56de76b 18-Jun-2021 Milanka Ringwald <[email protected]>

hci_cmd: split cases for better coverage count, add LCOV_EXCL_BR_LINE to exclude va_arg branch line


# 15fca961 26-May-2021 Matthias Ringwald <[email protected]>

hci_cmd: more vs ti test commands


# cf26f982 19-May-2021 Matthias Ringwald <[email protected]>

hci_cmd: fix warning


# 733a7793 19-May-2021 Matthias Ringwald <[email protected]>

hci_cmd: add qos commands


# 59c9672f 09-May-2021 Matthias Ringwald <[email protected]>

hci_cmd: fix build with ENABLE_SDP (daemon)


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

remove unused includes


# 50fe3a99 07-Apr-2021 Milanka Ringwald <[email protected]>

hci: add hci_sniff_subrating command (fix)


# 32e2f27f 07-Apr-2021 Matthias Ringwald <[email protected]>

hci: add hci_sniff_subrating command


# 5769fd77 11-Mar-2021 Matthias Ringwald <[email protected]>

hci_cmd: add hci_write_inquiry_scan_type and hci_write_page_scan_type


# 1849becd 04-Feb-2021 Matthias Ringwald <[email protected]>

gap: support classic OOB pairing

new gap_ssp_remote_oob_data allows to report receive OOB data
set OOB data flag in IO Capabilities reply
respond to remote oob data request


# bb75dd7d 04-Feb-2021 Matthias Ringwald <[email protected]>

hci_cmd: add hci_remote_oob_extended_data_request_reply

use 'K' format specifier for 16-byte data in big-endian format, e.g. OOB data or link keys


# 067ecc36 04-Jan-2021 Matthias Ringwald <[email protected]>

hci_cmd: add hci_bcm_write_i2spcm_interface_param and hci_bcm_enable_wbs


# 365a7dd1 18-Nov-2020 Matthias Ringwald <[email protected]>

hci_cmd: add ti vs commands for assisted hfp


# 173ed1a3 09-Sep-2020 Matthias Ringwald <[email protected]>

hci_cmd: add LE Resolving List commands


1234