mirror of
https://github.com/espruino/Espruino.git
synced 2025-12-08 19:06:15 +00:00
esp32_gap_func.c - support event ESP_GAP_BLE_SEC_REQ_EVT - restructured addAdvertisingDeviceName restructured - added function addAdvertisingUart - added handling of UART in bluetooth_gap_getAdvertisingData - added function gap_init_security esp32_gap_func.h - added definition for gap_init_security(); bluetooth.c - added call of gap_initSecurity in jsble_init - added implementation for jsble_has_connection() - added implementation for jsble_has_central_connection() - added implementation jsble_has_simple_connection()