bleDeviceCacheDelete (Function) |
Top Previous Next |
This function deletes the service cache for a connected device or for all devices. See bleServiceCacheUpdate for details about the cache.
Input: dev: SYSHANDLE Handle to the device to delete the cache for. If not provided, it will delete the cache for all devices.
Returns: INT
Declaration: FUNCTION bleDeviceCacheDelete : INT;
Example: ... |