You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
boolconnect(BLEAddress address, esp_ble_addr_type_t type = BLE_ADDR_TYPE_PUBLIC, uint32_t timeoutMS = portMAX_DELAY); // Connect to the remote BLE Server
41
42
voiddisconnect(); // Disconnect from the remote BLE Server
42
43
BLEAddress getPeerAddress(); // Get the address of the remote BLE Server
43
44
intgetRssi(); // Get the RSSI of the remote BLE Server
0 commit comments