GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
DC_BLUETOOTH_ADDR2STR(3) FreeBSD Library Functions Manual DC_BLUETOOTH_ADDR2STR(3)

dc_bluetooth_addr2strConvert a bluetooth address to a string.

library “libdivecomputer”

#include <libdivecomputer/bluetooth.h>

const char*
dc_bluetooth_addr2str(dc_bluetooth_address_t address, char *str, size_t size);

Convert a bluetooth address to a string.

The bluetooth address is formatted as XX:XX:XX:XX:XX:XX, where each XX is a hexadecimal number specifying an octet of the 48-bit address. The minimum size for the buffer is DC_BLUETOOTH_SIZE bytes.

The reverse can be done with dc_bluetooth_str2addr(3).

Returns the bluetooth address represented as a string.

dc_bluetooth_str2addr(3).

The library “libdivecomputer” library was written by Jef Driesen, jef@libdivecomputer.org.
This manpage is written by
Vincent Hagen, vinnie@script4web.nl.

June 5, 2020 FreeBSD 14.3-RELEASE

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.