Add bt hci device class

Code implements USB transport for bluetooth HCI.
This commit is contained in:
Jerzy Kasenberg
2020-05-13 17:04:10 +02:00
parent 077437b3dc
commit 56d46483e4
6 changed files with 437 additions and 0 deletions

View File

@@ -219,6 +219,10 @@
#define CFG_TUD_NET 0
#endif
#ifndef CFG_TUD_BTH
#define CFG_TUD_BTH 0
#endif
//--------------------------------------------------------------------
// HOST OPTIONS
//--------------------------------------------------------------------