mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-04-09 21:45:54 +00:00
hci_transport_usb: allow to add known device by product/vendor id
This commit is contained in:
parent
4568b2fe6c
commit
d2eba6df76
@ -61,6 +61,13 @@ const hci_transport_t * hci_transport_usb_instance(void);
|
|||||||
*/
|
*/
|
||||||
void hci_transport_usb_set_path(int len, uint8_t * port_numbers);
|
void hci_transport_usb_set_path(int len, uint8_t * port_numbers);
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @brief Add device to list of known Bluetooth USB Controller
|
||||||
|
* @param vendor_id
|
||||||
|
* @param product_id
|
||||||
|
*/
|
||||||
|
void hci_transport_usb_add_device(uint16_t vendor_id, uint16_t product_id);
|
||||||
|
|
||||||
/* API_END */
|
/* API_END */
|
||||||
|
|
||||||
#if defined __cplusplus
|
#if defined __cplusplus
|
||||||
|
Loading…
x
Reference in New Issue
Block a user