btNameSet (Function) |
Top Previous Next |
This function will set the name to show to other devices when discoverable. By default, the name is "RTCU" followed by the serial number.
Input: name : STRING The wanted name. If longer than 248 characters, it will be truncated.
Returns: INT
Declaration: FUNCTION btNameSet : INT;
Example: INCLUDE rtcu.inc
|