you can run a WiFi access point on the ESP32 and the smartphone can connect too it
have a look at esp32-access-point-ap-web-server - you don't have to run a web server any TCP/IP TCP or UDP client/server protocol can be implemented between the AP and phone
also try a web search for uno r4 ble
Thanks horace and Wawa. I see the R4 wifi example is what I was looking for. I wasn't sure I could forgo the Router between phone <---> R4 and you helped me get past that. The ESP32 access point example is more polished with buttons so I will hack and slash away at them both. I want to add some ADC readings for remote voltage monitoring as well. But that is for another post if I need help with that. Thank you