Selaa lähdekoodia

Oops - remoteNameComplete not called :0

main
Kurt Eckhardt 6 vuotta sitten
vanhempi
commit
eee0d24313
1 muutettua tiedostoa jossa 2 lisäystä ja 2 poistoa
  1. +2
    -2
      bluetooth.cpp

+ 2
- 2
bluetooth.cpp Näytä tiedosto

for (uint8_t *psz = &rxbuf_[9]; *psz; psz++) DBGPrintf("%c", *psz); for (uint8_t *psz = &rxbuf_[9]; *psz; psz++) DBGPrintf("%c", *psz);
DBGPrintf("\n"); DBGPrintf("\n");
} }
/*
if (device_driver_) { if (device_driver_) {
/*
if (!device_driver_->btstrbuf) { if (!device_driver_->btstrbuf) {
device_driver_->btstrbuf = USBHost::allocate_string_buffer(); device_driver_->btstrbuf = USBHost::allocate_string_buffer();
if (device_driver_->btstrbuf) { if (device_driver_->btstrbuf) {


} }
} }
*/
device_driver_->remoteNameComplete(&rxbuf_[9]); device_driver_->remoteNameComplete(&rxbuf_[9]);
} }
*/


// Lets now try to accept the connection. // Lets now try to accept the connection.
sendHCIAcceptConnectionRequest(); sendHCIAcceptConnectionRequest();

Loading…
Peruuta
Tallenna