]> sigrok.org Git - libserialport.git/blobdiff - libserialport.h.in
Tidy up and split most OS-specific code to separate files.
[libserialport.git] / libserialport.h.in
index a4f0b0ff76d1d8786c13e010b649c404abb75170..472c1d078d6031bc1f1e3a1c59a5250ab75d7eff 100644 (file)
@@ -475,12 +475,12 @@ char *sp_get_port_usb_product(const struct sp_port *port);
 char *sp_get_port_usb_serial(const struct sp_port *port);
 
 /**
- * Get the bluetooth address of a bluetooth serial adapter port.
+ * Get the MAC address of a Bluetooth serial adapter port.
  *
  * @param port Pointer to port structure.
  *
- * @return The port bluetooth address, or NULL if an invalid port is passed.
- * The bluetooth address string is part of the port structure and may not be used
+ * @return The port MAC address, or NULL if an invalid port is passed.
+ * The MAC address string is part of the port structure and may not be used
  * after the port structure has been freed.
  *
  * @since 0.2.0