hci_cmd: add missing prototype for Broadcom/Cypress vendor command

This commit is contained in:
Matthias Ringwald 2020-01-09 22:19:26 +01:00
parent 67abec4298
commit 4545e386b1

View File

@ -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;