-
Notifications
You must be signed in to change notification settings - Fork 7.6k
BluetoothSerial not connect #3669
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
I have been experiencing the same problem for quite some time, however I have made some progress. IIRC the original BluetoothSerial code was tested with a Bluetooth GPS device. The ones I have, Qstarz BT-Q816 and BT-Q1000, use a BT module based on the RF Micro Devices SiW3500. I think that the HC-05 is different from other BT Classic serial adapters like the JDY-30 and those based on the SiW3500. Even though it advertises the same SPP capabilities, there is something different in how it responds to discovery requests. |
@GPSFan
|
What version firmware is your HC-05? |
Hello. I have same issue. |
@
I can't check, my hc-05 is installed inside an electrical box since 5 years. |
1 similar comment
@
I can't check, my hc-05 is installed inside an electrical box since 5 years. |
The HC-05's I have use: VERSION: 2.0-20100601 |
@GPSFan I tested with the new version of the Bluetooth serial library coming from idf 4 repository, but nothing change. |
IMHO the BluetoothSerial.cpp and .h files are not the ones that matter, it's the esp-hal code that does the lower level interaction with the BlueDroid Classic stack that matters, there are so many changes between 3.2 (1.04) and the GitHub head that it's impossible for me to tell where the problem might lie. I am perfectly willing to wait for the next release and start debugging from a fresh release. |
My application (which is working mostly) gets data from a 115200 UART port on a u-blox M9N connected to the JDY-30 then via Bluetooth Classic to a M5StickC (in SPP Master mode) where the UBX protocol messages are parsed and the Sat positions and SNR are graphed. I'm doing this in esp32-arduino now, but may move to esp32-IDF if the application gets too complex. I thought of using an esp32 on both ends, but I had the HC-05 modules and it should have worked, I believe it will with an HC-05 when the IDF 4.x is integrated into the esp32-arduino code. In the mean time, I got the JDY-30's to see if they would work and the did, so I continued development of my esp32 app/sketch/program. |
My hc-05 in installed on my domotic house system, I have around 25 Arduino pro mini around my house made 5/6 years ago that communicate by a simple rs475 protocol. The hc-05 is used to bridge all data on the bus to my phone for debug or drive lights open door, Chech consumptions, etc. Now I upgrade my system with an esp32 emulating Philips hue light, for drive my system by Alexa. For do this I need to bridge my esp32 to my old bus rs485 by the hc-05 already installed on the system. |
Having HC-05's already installed in equipment is why I am interested in this problem. If I was starting from scratch I'd not use HC-05's as the JDY-30 is as cheap and works. Better to use an esp32 derivative and have full control of the firmware. |
@GPSFan any news? |
@GPSFan update? found a solution? |
I tried the idf-release/v4.0 and was able to get the hc-05 to connect, but no data transfer. I see that there has just been an update to that branch so I'll give it another try when I get another round tuit... |
[STALE_SET] This issue has been automatically marked as stale because it has not had recent activity. It will be closed in 14 days if no further activity occurs. Thank you for your contributions. |
I noticed that BluetoothSerial is reporting "connected" even when there is no device connected, so when you say that it connects but does not transfer data, the problem could be in the connection. |
[STALE_CLR] This issue has been removed from the stale queue. Please ensure activity to keep it openin the future. |
[STALE_SET] This issue has been automatically marked as stale because it has not had recent activity. It will be closed in 14 days if no further activity occurs. Thank you for your contributions. |
[STALE_DEL] This stale issue has been automatically closed. Thank you for your contributions. |
I try to use the example SerialtoserialBTM trying to connect a esp32 with an HC-05, set correct name, pin and address but no connection getted.
String MACadd = "20:13:08:26:14:11"; uint8_t address[6] = { 0x20, 0x13 , 0x08 , 0x26 , 0x14 , 0x11 }; //uint8_t address[6] = {0x00, 0x1D, 0xA5, 0x02, 0xC3, 0x22}; String name = "HC-05"; char *pin = "1234";
[E][BluetoothSerial.cpp:800] isReady(): BT is not initialized. Call begin() first
[I][BluetoothSerial.cpp:225] esp_spp_cb(): ESP_SPP_INIT_EVT
[I][BluetoothSerial.cpp:522] _init_bt(): device name set
[I][BluetoothSerial.cpp:119] btSetPin(): pin set
[I][BluetoothSerial.cpp:119] btSetPin(): pin set
[I][BluetoothSerial.cpp:718] connect(): master : remoteName
[I][BluetoothSerial.cpp:387] esp_bt_gap_cb(): ESP_BT_GAP_DISC_STATE_CHANGED_EVT
[I][BluetoothSerial.cpp:333] esp_bt_gap_cb(): ESP_BT_GAP_DISC_RES_EVT
[I][BluetoothSerial.cpp:336] esp_bt_gap_cb(): Scanned device: 20:13:08:26:14:11
[I][BluetoothSerial.cpp:333] esp_bt_gap_cb(): ESP_BT_GAP_DISC_RES_EVT
[I][BluetoothSerial.cpp:336] esp_bt_gap_cb(): Scanned device: 58:20:59:4e:05:94
[I][BluetoothSerial.cpp:344] esp_bt_gap_cb(): ESP_BT_GAP_DISC_RES_EVT : EIR : Redmi : 5
[I][BluetoothSerial.cpp:333] esp_bt_gap_cb(): ESP_BT_GAP_DISC_RES_EVT
[I][BluetoothSerial.cpp:336] esp_bt_gap_cb(): Scanned device: 58:20:59:4e:05:94
[I][BluetoothSerial.cpp:344] esp_bt_gap_cb(): ESP_BT_GAP_DISC_RES_EVT : EIR : Redmi : 5
[I][BluetoothSerial.cpp:333] esp_bt_gap_cb(): ESP_BT_GAP_DISC_RES_EVT
[I][BluetoothSerial.cpp:336] esp_bt_gap_cb(): Scanned device: 58:20:59:4e:05:94
[I][BluetoothSerial.cpp:344] esp_bt_gap_cb(): ESP_BT_GAP_DISC_RES_EVT : EIR : Redmi : 5
[I][BluetoothSerial.cpp:333] esp_bt_gap_cb(): ESP_BT_GAP_DISC_RES_EVT
[I][BluetoothSerial.cpp:336] esp_bt_gap_cb(): Scanned device: 20:13:08:26:14:11
[I][BluetoothSerial.cpp:333] esp_bt_gap_cb(): ESP_BT_GAP_DISC_RES_EVT
[I][BluetoothSerial.cpp:336] esp_bt_gap_cb(): Scanned device: 58:20:59:4e:05:94
[I][BluetoothSerial.cpp:344] esp_bt_gap_cb(): ESP_BT_GAP_DISC_RES_EVT : EIR : Redmi : 5
[I][BluetoothSerial.cpp:333] esp_bt_gap_cb(): ESP_BT_GAP_DISC_RES_EVT
[I][BluetoothSerial.cpp:336] esp_bt_gap_cb(): Scanned device: 58:20:59:4e:05:94
[I][BluetoothSerial.cpp:344] esp_bt_gap_cb(): ESP_BT_GAP_DISC_RES_EVT : EIR : Redmi : 5
[I][BluetoothSerial.cpp:333] esp_bt_gap_cb(): ESP_BT_GAP_DISC_RES_EVT
[I][BluetoothSerial.cpp:336] esp_bt_gap_cb(): Scanned device: 20:13:08:26:14:11
[I][BluetoothSerial.cpp:333] esp_bt_gap_cb(): ESP_BT_GAP_DISC_RES_EVT
[I][BluetoothSerial.cpp:336] esp_bt_gap_cb(): Scanned device: 58:20:59:4e:05:94
[I][BluetoothSerial.cpp:344] esp_bt_gap_cb(): ESP_BT_GAP_DISC_RES_EVT : EIR : Redmi : 5
[I][BluetoothSerial.cpp:333] esp_bt_gap_cb(): ESP_BT_GAP_DISC_RES_EVT
[I][BluetoothSerial.cpp:336] esp_bt_gap_cb(): Scanned device: 20:13:08:26:14:11
[I][BluetoothSerial.cpp:333] esp_bt_gap_cb(): ESP_BT_GAP_DISC_RES_EVT
[I][BluetoothSerial.cpp:336] esp_bt_gap_cb(): Scanned device: 58:20:59:4e:05:94
[I][BluetoothSerial.cpp:344] esp_bt_gap_cb(): ESP_BT_GAP_DISC_RES_EVT : EIR : Redmi : 5
[I][BluetoothSerial.cpp:333] esp_bt_gap_cb(): ESP_BT_GAP_DISC_RES_EVT
[I][BluetoothSerial.cpp:336] esp_bt_gap_cb(): Scanned device: 58:20:59:4e:05:94
[I][BluetoothSerial.cpp:344] esp_bt_gap_cb(): ESP_BT_GAP_DISC_RES_EVT : EIR : Redmi : 5
[I][BluetoothSerial.cpp:333] esp_bt_gap_cb(): ESP_BT_GAP_DISC_RES_EVT
[I][BluetoothSerial.cpp:336] esp_bt_gap_cb(): Scanned device: 20:13:08:26:14:11
[I][BluetoothSerial.cpp:333] esp_bt_gap_cb(): ESP_BT_GAP_DISC_RES_EVT
[I][BluetoothSerial.cpp:336] esp_bt_gap_cb(): Scanned device: 20:13:08:26:14:11
[I][BluetoothSerial.cpp:333] esp_bt_gap_cb(): ESP_BT_GAP_DISC_RES_EVT
[I][BluetoothSerial.cpp:336] esp_bt_gap_cb(): Scanned device: 58:20:59:4e:05:94
[I][BluetoothSerial.cpp:344] esp_bt_gap_cb(): ESP_BT_GAP_DISC_RES_EVT : EIR : Redmi : 5
[I][BluetoothSerial.cpp:333] esp_bt_gap_cb(): ESP_BT_GAP_DISC_RES_EVT
[I][BluetoothSerial.cpp:336] esp_bt_gap_cb(): Scanned device: 58:20:59:4e:05:94
[I][BluetoothSerial.cpp:344] esp_bt_gap_cb(): ESP_BT_GAP_DISC_RES_EVT : EIR : Redmi : 5
[I][BluetoothSerial.cpp:333] esp_bt_gap_cb(): ESP_BT_GAP_DISC_RES_EVT
[I][BluetoothSerial.cpp:336] esp_bt_gap_cb(): Scanned device: 58:20:59:4e:05:94
[I][BluetoothSerial.cpp:333] esp_bt_gap_cb(): ESP_BT_GAP_DISC_RES_EVT
[I][BluetoothSerial.cpp:336] esp_bt_gap_cb(): Scanned device: 20:13:08:26:14:11
[I][BluetoothSerial.cpp:333] esp_bt_gap_cb(): ESP_BT_GAP_DISC_RES_EVT
[I][BluetoothSerial.cpp:336] esp_bt_gap_cb(): Scanned device: 58:20:59:4e:05:94
[I][BluetoothSerial.cpp:344] esp_bt_gap_cb(): ESP_BT_GAP_DISC_RES_EVT : EIR : Redmi : 5
[I][BluetoothSerial.cpp:333] esp_bt_gap_cb(): ESP_BT_GAP_DISC_RES_EVT
[I][BluetoothSerial.cpp:336] esp_bt_gap_cb(): Scanned device: 58:20:59:4e:05:94
[I][BluetoothSerial.cpp:344] esp_bt_gap_cb(): ESP_BT_GAP_DISC_RES_EVT : EIR : Redmi : 5
[I][BluetoothSerial.cpp:333] esp_bt_gap_cb(): ESP_BT_GAP_DISC_RES_EVT
[I][BluetoothSerial.cpp:336] esp_bt_gap_cb(): Scanned device: 20:13:08:26:14:11
[I][BluetoothSerial.cpp:333] esp_bt_gap_cb(): ESP_BT_GAP_DISC_RES_EVT
[I][BluetoothSerial.cpp:336] esp_bt_gap_cb(): Scanned device: 20:13:08:26:14:11
[I][BluetoothSerial.cpp:333] esp_bt_gap_cb(): ESP_BT_GAP_DISC_RES_EVT
[I][BluetoothSerial.cpp:336] esp_bt_gap_cb(): Scanned device: 20:13:08:26:14:11
[I][BluetoothSerial.cpp:333] esp_bt_gap_cb(): ESP_BT_GAP_DISC_RES_EVT
[I][BluetoothSerial.cpp:336] esp_bt_gap_cb(): Scanned device: 20:13:08:26:14:11
[I][BluetoothSerial.cpp:333] esp_bt_gap_cb(): ESP_BT_GAP_DISC_RES_EVT
[I][BluetoothSerial.cpp:336] esp_bt_gap_cb(): Scanned device: 20:13:08:26:14:11
[I][BluetoothSerial.cpp:333] esp_bt_gap_cb(): ESP_BT_GAP_DISC_RES_EVT
[I][BluetoothSerial.cpp:336] esp_bt_gap_cb(): Scanned device: 58:20:59:4e:05:94
[I][BluetoothSerial.cpp:344] esp_bt_gap_cb(): ESP_BT_GAP_DISC_RES_EVT : EIR : Redmi : 5
[I][BluetoothSerial.cpp:333] esp_bt_gap_cb(): ESP_BT_GAP_DISC_RES_EVT
[I][BluetoothSerial.cpp:336] esp_bt_gap_cb(): Scanned device: 58:20:59:4e:05:94
[I][BluetoothSerial.cpp:344] esp_bt_gap_cb(): ESP_BT_GAP_DISC_RES_EVT : EIR : Redmi : 5
[I][BluetoothSerial.cpp:333] esp_bt_gap_cb(): ESP_BT_GAP_DISC_RES_EVT
[I][BluetoothSerial.cpp:336] esp_bt_gap_cb(): Scanned device: 20:13:08:26:14:11
[I][BluetoothSerial.cpp:333] esp_bt_gap_cb(): ESP_BT_GAP_DISC_RES_EVT
[I][BluetoothSerial.cpp:336] esp_bt_gap_cb(): Scanned device: 20:13:08:26:14:11
[I][BluetoothSerial.cpp:333] esp_bt_gap_cb(): ESP_BT_GAP_DISC_RES_EVT
[I][BluetoothSerial.cpp:336] esp_bt_gap_cb(): Scanned device: 58:20:59:4e:05:94
[I][BluetoothSerial.cpp:344] esp_bt_gap_cb(): ESP_BT_GAP_DISC_RES_EVT : EIR : Redmi : 5
[I][BluetoothSerial.cpp:333] esp_bt_gap_cb(): ESP_BT_GAP_DISC_RES_EVT
[I][BluetoothSerial.cpp:336] esp_bt_gap_cb(): Scanned device: 58:20:59:4e:05:94
[I][BluetoothSerial.cpp:344] esp_bt_gap_cb(): ESP_BT_GAP_DISC_RES_EVT : EIR : Redmi : 5
[I][BluetoothSerial.cpp:333] esp_bt_gap_cb(): ESP_BT_GAP_DISC_RES_EVT
[I][BluetoothSerial.cpp:336] esp_bt_gap_cb(): Scanned device: 20:13:08:26:14:11
[I][BluetoothSerial.cpp:333] esp_bt_gap_cb(): ESP_BT_GAP_DISC_RES_EVT
[I][BluetoothSerial.cpp:336] esp_bt_gap_cb(): Scanned device: 58:20:59:4e:05:94
[I][BluetoothSerial.cpp:344] esp_bt_gap_cb(): ESP_BT_GAP_DISC_RES_EVT : EIR : Redmi : 5
[I][BluetoothSerial.cpp:333] esp_bt_gap_cb(): ESP_BT_GAP_DISC_RES_EVT
[I][BluetoothSerial.cpp:336] esp_bt_gap_cb(): Scanned device: 20:13:08:26:14:11
[I][BluetoothSerial.cpp:333] esp_bt_gap_cb(): ESP_BT_GAP_DISC_RES_EVT
[I][BluetoothSerial.cpp:336] esp_bt_gap_cb(): Scanned device: 58:20:59:4e:05:94
[I][BluetoothSerial.cpp:344] esp_bt_gap_cb(): ESP_BT_GAP_DISC_RES_EVT : EIR : Redmi : 5
[I][BluetoothSerial.cpp:333] esp_bt_gap_cb(): ESP_BT_GAP_DISC_RES_EVT
[I][BluetoothSerial.cpp:336] esp_bt_gap_cb(): Scanned device: 20:13:08:26:14:11
[I][BluetoothSerial.cpp:333] esp_bt_gap_cb(): ESP_BT_GAP_DISC_RES_EVT
[I][BluetoothSerial.cpp:336] esp_bt_gap_cb(): Scanned device: 58:20:59:4e:05:94
[I][BluetoothSerial.cpp:344] esp_bt_gap_cb(): ESP_BT_GAP_DISC_RES_EVT : EIR : Redmi : 5
[I][BluetoothSerial.cpp:333] esp_bt_gap_cb(): ESP_BT_GAP_DISC_RES_EVT
[I][BluetoothSerial.cpp:336] esp_bt_gap_cb(): Scanned device: 20:13:08:26:14:11
[I][BluetoothSerial.cpp:333] esp_bt_gap_cb(): ESP_BT_GAP_DISC_RES_EVT
[I][BluetoothSerial.cpp:336] esp_bt_gap_cb(): Scanned device: 20:13:08:26:14:11
[I][BluetoothSerial.cpp:333] esp_bt_gap_cb(): ESP_BT_GAP_DISC_RES_EVT
[I][BluetoothSerial.cpp:336] esp_bt_gap_cb(): Scanned device: 58:20:59:4e:05:94
[I][BluetoothSerial.cpp:344] esp_bt_gap_cb(): ESP_BT_GAP_DISC_RES_EVT : EIR : Redmi : 5
[I][BluetoothSerial.cpp:333] esp_bt_gap_cb(): ESP_BT_GAP_DISC_RES_EVT
[I][BluetoothSerial.cpp:336] esp_bt_gap_cb(): Scanned device: 20:13:08:26:14:11
[I][BluetoothSerial.cpp:333] esp_bt_gap_cb(): ESP_BT_GAP_DISC_RES_EVT
[I][BluetoothSerial.cpp:336] esp_bt_gap_cb(): Scanned device: 20:13:08:26:14:11
[I][BluetoothSerial.cpp:333] esp_bt_gap_cb(): ESP_BT_GAP_DISC_RES_EVT
[I][BluetoothSerial.cpp:336] esp_bt_gap_cb(): Scanned device: 20:13:08:26:14:11
[I][BluetoothSerial.cpp:333] esp_bt_gap_cb(): ESP_BT_GAP_DISC_RES_EVT
[I][BluetoothSerial.cpp:336] esp_bt_gap_cb(): Scanned device: 20:13:08:26:14:11
[I][BluetoothSerial.cpp:333] esp_bt_gap_cb(): ESP_BT_GAP_DISC_RES_EVT
[I][BluetoothSerial.cpp:336] esp_bt_gap_cb(): Scanned device: 58:20:59:4e:05:94
[I][BluetoothSerial.cpp:344] esp_bt_gap_cb(): ESP_BT_GAP_DISC_RES_EVT : EIR : Redmi : 5
[I][BluetoothSerial.cpp:333] esp_bt_gap_cb(): ESP_BT_GAP_DISC_RES_EVT
[I][BluetoothSerial.cpp:336] esp_bt_gap_cb(): Scanned device: 20:13:08:26:14:11
[I][BluetoothSerial.cpp:333] esp_bt_gap_cb(): ESP_BT_GAP_DISC_RES_EVT
[I][BluetoothSerial.cpp:336] esp_bt_gap_cb(): Scanned device: 58:20:59:4e:05:94
[I][BluetoothSerial.cpp:344] esp_bt_gap_cb(): ESP_BT_GAP_DISC_RES_EVT : EIR : Redmi : 5
[I][BluetoothSerial.cpp:333] esp_bt_gap_cb(): ESP_BT_GAP_DISC_RES_EVT
[I][BluetoothSerial.cpp:336] esp_bt_gap_cb(): Scanned device: 20:13:08:26:14:11
[I][BluetoothSerial.cpp:333] esp_bt_gap_cb(): ESP_BT_GAP_DISC_RES_EVT
[I][BluetoothSerial.cpp:336] esp_bt_gap_cb(): Scanned device: 20:13:08:26:14:11
[I][BluetoothSerial.cpp:333] esp_bt_gap_cb(): ESP_BT_GAP_DISC_RES_EVT
[I][BluetoothSerial.cpp:336] esp_bt_gap_cb(): Scanned device: 20:13:08:26:14:11
[I][BluetoothSerial.cpp:333] esp_bt_gap_cb(): ESP_BT_GAP_DISC_RES_EVT
[I][BluetoothSerial.cpp:336] esp_bt_gap_cb(): Scanned device: 20:13:08:26:14:11
[I][BluetoothSerial.cpp:333] esp_bt_gap_cb(): ESP_BT_GAP_DISC_RES_EVT
[I][BluetoothSerial.cpp:336] esp_bt_gap_cb(): Scanned device: 20:13:08:26:14:11
[I][BluetoothSerial.cpp:387] esp_bt_gap_cb(): ESP_BT_GAP_DISC_STATE_CHANGED_EVT
[I][BluetoothSerial.cpp:387] esp_bt_gap_cb(): ESP_BT_GAP_DISC_STATE_CHANGED_EVT
Failed to connect. Make sure remote device is available and in range, then restart app.
Failed to connect. Make sure remote device is available and in range, then restart app.
ets Jun 8 2016 00:22:57
rst:0x1 (POWERON_RESET),boot:0x13 (SPI_FAST_FLASH_BOOT)
configsip: 0, SPIWP:0xee
clk_drv:0x00,q_drv:0x00,d_drv:0x00,cs0_drv:0x00,hd_drv:0x00,wp_drv:0x00
mode:DIO, clock div:1
load:0x3fff0018,len:4
load:0x3fff001c,len:1216
ho 0 tail 12 room 4
load:0x40078000,len:9720
ho 0 tail 12 room 4
load:0x40080400,len:6352
entry 0x400806b8
[E][BluetoothSerial.cpp:800] isReady(): BT is not initialized. Call begin() first
[I][BluetoothSerial.cpp:225] esp_spp_cb(): ESP_SPP_INIT_EVT
[I][BluetoothSerial.cpp:522] _init_bt(): device name set
[I][BluetoothSerial.cpp:119] btSetPin(): pin set
[I][BluetoothSerial.cpp:119] btSetPin(): pin set
[I][BluetoothSerial.cpp:718] connect(): master : remoteName
[I][BluetoothSerial.cpp:387] esp_bt_gap_cb(): ESP_BT_GAP_DISC_STATE_CHANGED_EVT
[I][BluetoothSerial.cpp:333] esp_bt_gap_cb(): ESP_BT_GAP_DISC_RES_EVT
[I][BluetoothSerial.cpp:336] esp_bt_gap_cb(): Scanned device: 58:20:59:4e:05:94
[I][BluetoothSerial.cpp:344] esp_bt_gap_cb(): ESP_BT_GAP_DISC_RES_EVT : EIR : Redmi : 5
[I][BluetoothSerial.cpp:333] esp_bt_gap_cb(): ESP_BT_GAP_DISC_RES_EVT
[I][BluetoothSerial.cpp:336] esp_bt_gap_cb(): Scanned device: 58:20:59:4e:05:94
[I][BluetoothSerial.cpp:344] esp_bt_gap_cb(): ESP_BT_GAP_DISC_RES_EVT : EIR : Redmi : 5
[I][BluetoothSerial.cpp:333] esp_bt_gap_cb(): ESP_BT_GAP_DISC_RES_EVT
[I][BluetoothSerial.cpp:336] esp_bt_gap_cb(): Scanned device: 20:13:08:26:14:11
[I][BluetoothSerial.cpp:333] esp_bt_gap_cb(): ESP_BT_GAP_DISC_RES_EVT
[I][BluetoothSerial.cpp:336] esp_bt_gap_cb(): Scanned device: 58:20:59:4e:05:94
[I][BluetoothSerial.cpp:344] esp_bt_gap_cb(): ESP_BT_GAP_DISC_RES_EVT : EIR : Redmi : 5
[I][BluetoothSerial.cpp:333] esp_bt_gap_cb(): ESP_BT_GAP_DISC_RES_EVT
[I][BluetoothSerial.cpp:336] esp_bt_gap_cb(): Scanned device: 20:13:08:26:14:11
[I][BluetoothSerial.cpp:333] esp_bt_gap_cb(): ESP_BT_GAP_DISC_RES_EVT
[I][BluetoothSerial.cpp:336] esp_bt_gap_cb(): Scanned device: 20:13:08:26:14:11
[I][BluetoothSerial.cpp:333] esp_bt_gap_cb(): ESP_BT_GAP_DISC_RES_EVT
[I][BluetoothSerial.cpp:336] esp_bt_gap_cb(): Scanned device: 58:20:59:4e:05:94
[I][BluetoothSerial.cpp:344] esp_bt_gap_cb(): ESP_BT_GAP_DISC_RES_EVT : EIR : Redmi : 5
[I][BluetoothSerial.cpp:333] esp_bt_gap_cb(): ESP_BT_GAP_DISC_RES_EVT
[I][BluetoothSerial.cpp:336] esp_bt_gap_cb(): Scanned device: 20:13:08:26:14:11
[I][BluetoothSerial.cpp:333] esp_bt_gap_cb(): ESP_BT_GAP_DISC_RES_EVT
[I][BluetoothSerial.cpp:336] esp_bt_gap_cb(): Scanned device: 58:20:59:4e:05:94
[I][BluetoothSerial.cpp:344] esp_bt_gap_cb(): ESP_BT_GAP_DISC_RES_EVT : EIR : Redmi : 5
[I][BluetoothSerial.cpp:333] esp_bt_gap_cb(): ESP_BT_GAP_DISC_RES_EVT
[I][BluetoothSerial.cpp:336] esp_bt_gap_cb(): Scanned device: 20:13:08:26:14:11
[I][BluetoothSerial.cpp:333] esp_bt_gap_cb(): ESP_BT_GAP_DISC_RES_EVT
[I][BluetoothSerial.cpp:336] esp_bt_gap_cb(): Scanned device: 58:20:59:4e:05:94
[I][BluetoothSerial.cpp:344] esp_bt_gap_cb(): ESP_BT_GAP_DISC_RES_EVT : EIR : Redmi : 5
[I][BluetoothSerial.cpp:333] esp_bt_gap_cb(): ESP_BT_GAP_DISC_RES_EVT
[I][BluetoothSerial.cpp:336] esp_bt_gap_cb(): Scanned device: 20:13:08:26:14:11
[I][BluetoothSerial.cpp:333] esp_bt_gap_cb(): ESP_BT_GAP_DISC_RES_EVT
[I][BluetoothSerial.cpp:336] esp_bt_gap_cb(): Scanned device: 20:13:08:26:14:11
[I][BluetoothSerial.cpp:333] esp_bt_gap_cb(): ESP_BT_GAP_DISC_RES_EVT
[I][BluetoothSerial.cpp:336] esp_bt_gap_cb(): Scanned device: 20:13:08:26:14:11
[I][BluetoothSerial.cpp:333] esp_bt_gap_cb(): ESP_BT_GAP_DISC_RES_EVT
[I][BluetoothSerial.cpp:336] esp_bt_gap_cb(): Scanned device: 20:13:08:26:14:11
[I][BluetoothSerial.cpp:333] esp_bt_gap_cb(): ESP_BT_GAP_DISC_RES_EVT
[I][BluetoothSerial.cpp:336] esp_bt_gap_cb(): Scanned device: 20:13:08:26:14:11
[I][BluetoothSerial.cpp:333] esp_bt_gap_cb(): ESP_BT_GAP_DISC_RES_EVT
[I][BluetoothSerial.cpp:336] esp_bt_gap_cb(): Scanned device: 58:20:59:4e:05:94
[I][BluetoothSerial.cpp:344] esp_bt_gap_cb(): ESP_BT_GAP_DISC_RES_EVT : EIR : Redmi : 5
[I][BluetoothSerial.cpp:333] esp_bt_gap_cb(): ESP_BT_GAP_DISC_RES_EVT
[I][BluetoothSerial.cpp:336] esp_bt_gap_cb(): Scanned device: 20:13:08:26:14:11
[I][BluetoothSerial.cpp:333] esp_bt_gap_cb(): ESP_BT_GAP_DISC_RES_EVT
[I][BluetoothSerial.cpp:336] esp_bt_gap_cb(): Scanned device: 58:20:59:4e:05:94
[I][BluetoothSerial.cpp:344] esp_bt_gap_cb(): ESP_BT_GAP_DISC_RES_EVT : EIR : Redmi : 5
[I][BluetoothSerial.cpp:333] esp_bt_gap_cb(): ESP_BT_GAP_DISC_RES_EVT
[I][BluetoothSerial.cpp:336] esp_bt_gap_cb(): Scanned device: 20:13:08:26:14:11
[I][BluetoothSerial.cpp:333] esp_bt_gap_cb(): ESP_BT_GAP_DISC_RES_EVT
[I][BluetoothSerial.cpp:336] esp_bt_gap_cb(): Scanned device: 58:20:59:4e:05:94
[I][BluetoothSerial.cpp:344] esp_bt_gap_cb(): ESP_BT_GAP_DISC_RES_EVT : EIR : Redmi : 5
[I][BluetoothSerial.cpp:333] esp_bt_gap_cb(): ESP_BT_GAP_DISC_RES_EVT
[I][BluetoothSerial.cpp:336] esp_bt_gap_cb(): Scanned device: 20:13:08:26:14:11
[I][BluetoothSerial.cpp:333] esp_bt_gap_cb(): ESP_BT_GAP_DISC_RES_EVT
[I][BluetoothSerial.cpp:336] esp_bt_gap_cb(): Scanned device: 58:20:59:4e:05:94
[I][BluetoothSerial.cpp:344] esp_bt_gap_cb(): ESP_BT_GAP_DISC_RES_EVT : EIR : Redmi : 5
[I][BluetoothSerial.cpp:333] esp_bt_gap_cb(): ESP_BT_GAP_DISC_RES_EVT
[I][BluetoothSerial.cpp:336] esp_bt_gap_cb(): Scanned device: 20:13:08:26:14:11
[I][BluetoothSerial.cpp:333] esp_bt_gap_cb(): ESP_BT_GAP_DISC_RES_EVT
[I][BluetoothSerial.cpp:336] esp_bt_gap_cb(): Scanned device: 58:20:59:4e:05:94
[I][BluetoothSerial.cpp:344] esp_bt_gap_cb(): ESP_BT_GAP_DISC_RES_EVT : EIR : Redmi : 5
[I][BluetoothSerial.cpp:333] esp_bt_gap_cb(): ESP_BT_GAP_DISC_RES_EVT
[I][BluetoothSerial.cpp:336] esp_bt_gap_cb(): Scanned device: 20:13:08:26:14:11
[I][BluetoothSerial.cpp:333] esp_bt_gap_cb(): ESP_BT_GAP_DISC_RES_EVT
[I][BluetoothSerial.cpp:336] esp_bt_gap_cb(): Scanned device: 58:20:59:4e:05:94
[I][BluetoothSerial.cpp:344] esp_bt_gap_cb(): ESP_BT_GAP_DISC_RES_EVT : EIR : Redmi : 5
[I][BluetoothSerial.cpp:333] esp_bt_gap_cb(): ESP_BT_GAP_DISC_RES_EVT
[I][BluetoothSerial.cpp:336] esp_bt_gap_cb(): Scanned device: 20:13:08:26:14:11
[I][BluetoothSerial.cpp:333] esp_bt_gap_cb(): ESP_BT_GAP_DISC_RES_EVT
[I][BluetoothSerial.cpp:336] esp_bt_gap_cb(): Scanned device: 58:20:59:4e:05:94
[I][BluetoothSerial.cpp:344] esp_bt_gap_cb(): ESP_BT_GAP_DISC_RES_EVT : EIR : Redmi : 5
[I][BluetoothSerial.cpp:333] esp_bt_gap_cb(): ESP_BT_GAP_DISC_RES_EVT
[I][BluetoothSerial.cpp:336] esp_bt_gap_cb(): Scanned device: 58:20:59:4e:05:94
[I][BluetoothSerial.cpp:344] esp_bt_gap_cb(): ESP_BT_GAP_DISC_RES_EVT : EIR : Redmi : 5
[I][BluetoothSerial.cpp:333] esp_bt_gap_cb(): ESP_BT_GAP_DISC_RES_EVT
[I][BluetoothSerial.cpp:336] esp_bt_gap_cb(): Scanned device: 20:13:08:26:14:11
[I][BluetoothSerial.cpp:333] esp_bt_gap_cb(): ESP_BT_GAP_DISC_RES_EVT
[I][BluetoothSerial.cpp:336] esp_bt_gap_cb(): Scanned device: 58:20:59:4e:05:94
[I][BluetoothSerial.cpp:344] esp_bt_gap_cb(): ESP_BT_GAP_DISC_RES_EVT : EIR : Redmi : 5
[I][BluetoothSerial.cpp:333] esp_bt_gap_cb(): ESP_BT_GAP_DISC_RES_EVT
[I][BluetoothSerial.cpp:336] esp_bt_gap_cb(): Scanned device: 58:20:59:4e:05:94
[I][BluetoothSerial.cpp:344] esp_bt_gap_cb(): ESP_BT_GAP_DISC_RES_EVT : EIR : Redmi : 5
[I][BluetoothSerial.cpp:333] esp_bt_gap_cb(): ESP_BT_GAP_DISC_RES_EVT
[I][BluetoothSerial.cpp:336] esp_bt_gap_cb(): Scanned device: 20:13:08:26:14:11
[I][BluetoothSerial.cpp:333] esp_bt_gap_cb(): ESP_BT_GAP_DISC_RES_EVT
[I][BluetoothSerial.cpp:336] esp_bt_gap_cb(): Scanned device: 58:20:59:4e:05:94
[I][BluetoothSerial.cpp:333] esp_bt_gap_cb(): ESP_BT_GAP_DISC_RES_EVT
[I][BluetoothSerial.cpp:336] esp_bt_gap_cb(): Scanned device: 58:20:59:4e:05:94
[I][BluetoothSerial.cpp:344] esp_bt_gap_cb(): ESP_BT_GAP_DISC_RES_EVT : EIR : Redmi : 5
[I][BluetoothSerial.cpp:333] esp_bt_gap_cb(): ESP_BT_GAP_DISC_RES_EVT
[I][BluetoothSerial.cpp:336] esp_bt_gap_cb(): Scanned device: 20:13:08:26:14:11
[I][BluetoothSerial.cpp:333] esp_bt_gap_cb(): ESP_BT_GAP_DISC_RES_EVT
[I][BluetoothSerial.cpp:336] esp_bt_gap_cb(): Scanned device: 20:13:08:26:14:11
[I][BluetoothSerial.cpp:333] esp_bt_gap_cb(): ESP_BT_GAP_DISC_RES_EVT
[I][BluetoothSerial.cpp:336] esp_bt_gap_cb(): Scanned device: 20:13:08:26:14:11
[I][BluetoothSerial.cpp:333] esp_bt_gap_cb(): ESP_BT_GAP_DISC_RES_EVT
[I][BluetoothSerial.cpp:336] esp_bt_gap_cb(): Scanned device: 58:20:59:4e:05:94
[I][BluetoothSerial.cpp:344] esp_bt_gap_cb(): ESP_BT_GAP_DISC_RES_EVT : EIR : Redmi : 5
[I][BluetoothSerial.cpp:333] esp_bt_gap_cb(): ESP_BT_GAP_DISC_RES_EVT
[I][BluetoothSerial.cpp:336] esp_bt_gap_cb(): Scanned device: 20:13:08:26:14:11
[I][BluetoothSerial.cpp:333] esp_bt_gap_cb(): ESP_BT_GAP_DISC_RES_EVT
[I][BluetoothSerial.cpp:336] esp_bt_gap_cb(): Scanned device: 20:13:08:26:14:11
[I][BluetoothSerial.cpp:333] esp_bt_gap_cb(): ESP_BT_GAP_DISC_RES_EVT
[I][BluetoothSerial.cpp:336] esp_bt_gap_cb(): Scanned device: 58:20:59:4e:05:94
[I][BluetoothSerial.cpp:344] esp_bt_gap_cb(): ESP_BT_GAP_DISC_RES_EVT : EIR : Redmi : 5
[I][BluetoothSerial.cpp:333] esp_bt_gap_cb(): ESP_BT_GAP_DISC_RES_EVT
[I][BluetoothSerial.cpp:336] esp_bt_gap_cb(): Scanned device: 58:20:59:4e:05:94
[I][BluetoothSerial.cpp:344] esp_bt_gap_cb(): ESP_BT_GAP_DISC_RES_EVT : EIR : Redmi : 5
[I][BluetoothSerial.cpp:333] esp_bt_gap_cb(): ESP_BT_GAP_DISC_RES_EVT
[I][BluetoothSerial.cpp:336] esp_bt_gap_cb(): Scanned device: 58:20:59:4e:05:94
[I][BluetoothSerial.cpp:333] esp_bt_gap_cb(): ESP_BT_GAP_DISC_RES_EVT
[I][BluetoothSerial.cpp:336] esp_bt_gap_cb(): Scanned device: 58:20:59:4e:05:94
[I][BluetoothSerial.cpp:344] esp_bt_gap_cb(): ESP_BT_GAP_DISC_RES_EVT : EIR : Redmi : 5
[I][BluetoothSerial.cpp:333] esp_bt_gap_cb(): ESP_BT_GAP_DISC_RES_EVT
[I][BluetoothSerial.cpp:336] esp_bt_gap_cb(): Scanned device: 58:20:59:4e:05:94
[I][BluetoothSerial.cpp:344] esp_bt_gap_cb(): ESP_BT_GAP_DISC_RES_EVT : EIR : Redmi : 5
[I][BluetoothSerial.cpp:333] esp_bt_gap_cb(): ESP_BT_GAP_DISC_RES_EVT
[I][BluetoothSerial.cpp:336] esp_bt_gap_cb(): Scanned device: 58:20:59:4e:05:94
[I][BluetoothSerial.cpp:344] esp_bt_gap_cb(): ESP_BT_GAP_DISC_RES_EVT : EIR : Redmi : 5
[I][BluetoothSerial.cpp:333] esp_bt_gap_cb(): ESP_BT_GAP_DISC_RES_EVT
[I][BluetoothSerial.cpp:336] esp_bt_gap_cb(): Scanned device: 58:20:59:4e:05:94
[I][BluetoothSerial.cpp:344] esp_bt_gap_cb(): ESP_BT_GAP_DISC_RES_EVT : EIR : Redmi : 5
[I][BluetoothSerial.cpp:333] esp_bt_gap_cb(): ESP_BT_GAP_DISC_RES_EVT
[I][BluetoothSerial.cpp:336] esp_bt_gap_cb(): Scanned device: 20:13:08:26:14:11
[I][BluetoothSerial.cpp:333] esp_bt_gap_cb(): ESP_BT_GAP_DISC_RES_EVT
[I][BluetoothSerial.cpp:336] esp_bt_gap_cb(): Scanned device: 58:20:59:4e:05:94
[I][BluetoothSerial.cpp:344] esp_bt_gap_cb(): ESP_BT_GAP_DISC_RES_EVT : EIR : Redmi : 5
[I][BluetoothSerial.cpp:333] esp_bt_gap_cb(): ESP_BT_GAP_DISC_RES_EVT
[I][BluetoothSerial.cpp:336] esp_bt_gap_cb(): Scanned device: 20:13:08:26:14:11
[I][BluetoothSerial.cpp:333] esp_bt_gap_cb(): ESP_BT_GAP_DISC_RES_EVT
[I][BluetoothSerial.cpp:336] esp_bt_gap_cb(): Scanned device: 20:13:08:26:14:11
[I][BluetoothSerial.cpp:333] esp_bt_gap_cb(): ESP_BT_GAP_DISC_RES_EVT
[I][BluetoothSerial.cpp:336] esp_bt_gap_cb(): Scanned device: 58:20:59:4e:05:94
[I][BluetoothSerial.cpp:344] esp_bt_gap_cb(): ESP_BT_GAP_DISC_RES_EVT : EIR : Redmi : 5
[I][BluetoothSerial.cpp:333] esp_bt_gap_cb(): ESP_BT_GAP_DISC_RES_EVT
[I][BluetoothSerial.cpp:336] esp_bt_gap_cb(): Scanned device: 20:13:08:26:14:11
[I][BluetoothSerial.cpp:333] esp_bt_gap_cb(): ESP_BT_GAP_DISC_RES_EVT
[I][BluetoothSerial.cpp:336] esp_bt_gap_cb(): Scanned device: 20:13:08:26:14:11
[I][BluetoothSerial.cpp:387] esp_bt_gap_cb(): ESP_BT_GAP_DISC_STATE_CHANGED_EVT
[I][BluetoothSerial.cpp:387] esp_bt_gap_cb(): ESP_BT_GAP_DISC_STATE_CHANGED_EVT
Failed to connect. Make sure remote device is available and in range, then restart app.
Failed to connect. Make sure remote device is available and in range, then restart app.
The device started in master mode, make sure remote BT device is on! Failed to connect. Make sure remote device is available and in range, then restart app. Failed to connect. Make sure remote device is available and in range, then restart app. Failed to connect. Make sure remote device is available and in range, then restart app. Failed to connect. Make sure remote device is available and in range, then restart app. Failed to connect. Make sure remote device is available and in range, then restart app. Failed to connect. Make sure remote device is available and in range, then restart app. Failed to connect. Make sure remote device is available and in range, then restart app. Failed to connect. Make sure remote device is available and in range, then restart app. Failed to connect. Make sure remote device is available and in range, then restart app. Failed to connect. Make sure remote device is available and in range, then restart app. Failed to connect. Make sure remote device is available and in range, then restart app. Failed to connect. Make sure remote device is available and in range, then restart app. Failed to connect. Make sure remote device is available and in range, then restart app. Failed to connect. Make sure remote device is available and in range, then restart app. Failed to connect. Make sure remote device is available and in range, then restart app. Failed to connect. Make sure remote device is available and in range, then restart app. Failed to connect. Make sure remote device is available and in range, then restart app. Failed to connect. Make sure remote device is available and in range, then restart app. Failed to connect. Make sure remote device is available and in range, then restart app.
The text was updated successfully, but these errors were encountered: