Administrator:
I think this post might get more replies in the ESP32 IDF forum. Could you move it there?
Thanks
Search found 3 matches
- Fri Dec 28, 2018 3:26 pm
- Forum: ESP-IDF
- Topic: Connect to sleeping android phone
- Replies: 5
- Views: 7990
- Fri Dec 28, 2018 3:07 pm
- Forum: ESP-IDF
- Topic: Connect to sleeping android phone
- Replies: 5
- Views: 7990
Re: Connect to sleeping android phone
Thanks for the reply czuvich:
I tried the "esp-idf/examples/bluetooth/bt_discovery/" example and it does what I need but only when the android phone is in "visible mode" even after pairing the phone and the esp32. I think I need to connect with some service to be auto connected (like a car ...
I tried the "esp-idf/examples/bluetooth/bt_discovery/" example and it does what I need but only when the android phone is in "visible mode" even after pairing the phone and the esp32. I think I need to connect with some service to be auto connected (like a car ...
- Wed Dec 26, 2018 5:30 pm
- Forum: ESP-IDF
- Topic: Connect to sleeping android phone
- Replies: 5
- Views: 7990
Connect to sleeping android phone
How to connect to a sleeping android phone and receive it's Bluetooth “name” . The phone would be paired with the esp32. I need to be able to find up-to three different phone names and preform a different task depending on how many phones are found (0-3). So is there a way to connect to a sleeping ...