Pro tip: when posting code, use the “code block” formatting feature to make it readable, like this:
void Bt_Status (esp_spp_cb_event_t event, esp_spp_cb_param_t *param) {
if (event == ESP_SPP_SRV_OPEN_EVT) {
Serial.println ("Bluetooth: Connected");
/* ... */
}
}
That doesn't look promising.
Indeed. That code is using Bluetooth as a plain old serial port, which isn’t compatible with Core Bluetooth on iOS.
Topic:
App & System Services
SubTopic:
Hardware
Tags: