btDeviceRemove (Function) |
Top Previous Next |
This function is used to remove remote devices, e.g. to remove the pairing. When a device has been removed, it is necessary to run a scan(btStartScan) to find it again.
Input: dev : STRING The address of the device to remove. If empty all devices will be removed.
Returns: INT
Declaration: FUNCTION btDeviceRemove : INT;
Example: INCLUDE rtcu.inc |