Browse Source

WIP Save debug

main
Kurt Eckhardt 6 years ago
parent
commit
8963fb3c7f
2 changed files with 2 additions and 2 deletions
  1. +1
    -1
      USBHost_t36.h
  2. +1
    -1
      bluetooth.cpp

+ 1
- 1
USBHost_t36.h View File

// your best effort to read chapter 4 before asking USB questions! // your best effort to read chapter 4 before asking USB questions!




//#define USBHOST_PRINT_DEBUG
#define USBHOST_PRINT_DEBUG


/************************************************/ /************************************************/
/* Data Types */ /* Data Types */

+ 1
- 1
bluetooth.cpp View File

DBGPrintf("Write_Scan_enable Completed\n"); DBGPrintf("Write_Scan_enable Completed\n");
if (device_connection_handle_) { if (device_connection_handle_) {
// Lets see if we can get the remote information // Lets see if we can get the remote information
sendHCIRemoteVersionInfoRequest();
//sendHCIRemoteVersionInfoRequest();
} }
break; break;
case HCI_WRITE_SSP_MODE: //0x0c56 case HCI_WRITE_SSP_MODE: //0x0c56

Loading…
Cancel
Save