.\" .\" libdivecomputer .\" .\" Copyright (C) 2020 Vincent Hagen .\" .\" This library is free software; you can redistribute it and/or .\" modify it under the terms of the GNU Lesser General Public .\" License as published by the Free Software Foundation; either .\" version 2.1 of the License, or (at your option) any later version. .\" .\" This library is distributed in the hope that it will be useful, .\" but WITHOUT ANY WARRANTY; without even the implied warranty of .\" MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU .\" Lesser General Public License for more details. .\" .\" You should have received a copy of the GNU Lesser General Public .\" License along with this library; if not, write to the Free Software .\" Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, .\" MA 02110-1301 USA .\" .Dd June 5, 2020 .Dt DC_BLUETOOTH_STR2ADDR 3 .Os .Sh NAME .Nm dc_bluetooth_str2addr .Nd Convert a string to a bluetooth address. .Sh LIBRARY .Lb libdivecomputer .Sh SYNOPSIS .In libdivecomputer/bluetooth.h .Ft "dc_bluetooth_address_t" .Fo dc_bluetooth_addr2str .Fa "const char *address" .Fc .Sh DESCRIPTION Convert a string to a bluetooth address. .Pp The string .Fa address is expected to be in the format XX:XX:XX:XX:XX:XX, where each XX is a hexadecimal number specifying an octet of the 48-bit address. .Pp The reverse can be done with .Xr dc_bluetooth_addr2str 3 . .Sh RETURN VALUES Returns the bluetooth address represented as a 48-bit number. .Sh SEE ALSO .Xr dc_bluetooth_addr2str 3 . .Sh AUTHORS The .Lb libdivecomputer library was written by .An Jef Driesen , .Mt jef@libdivecomputer.org . .br This manpage is written by .An Vincent Hagen , .Mt vinnie@script4web.nl .