From 4545e386b158224c45550440a37c811defb11059 Mon Sep 17 00:00:00 2001 From: Matthias Ringwald Date: Thu, 9 Jan 2020 22:19:26 +0100 Subject: [PATCH] hci_cmd: add missing prototype for Broadcom/Cypress vendor command --- src/hci_cmd.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/hci_cmd.h b/src/hci_cmd.h index e2c0dcc8e..1684cd1b8 100644 --- a/src/hci_cmd.h +++ b/src/hci_cmd.h @@ -216,6 +216,7 @@ extern const hci_cmd_t hci_le_write_suggested_default_data_length; extern const hci_cmd_t hci_bcm_set_sleep_mode; extern const hci_cmd_t hci_bcm_write_sco_pcm_int; extern const hci_cmd_t hci_bcm_write_tx_power_table; +extern const hci_cmd_t hci_bcm_set_tx_pwr; // TI specific HCI commands extern const hci_cmd_t hci_ti_drpb_tester_con_tx;