Currently, I want to terminate the connection between esp32 and mobile application by pressing a button. How can I do that? I have checked and then found this function: Code: [Select all] [Expand/Collapse] esp_ble_gatts_close(gatts_if, conn_id); GeSHi © Codebox Plus Extension But...