.\" Man page generated from reStructuredText .\" by the Docutils 0.23 manpage writer. . . .nr rst2man-indent-level 0 . .de1 rstReportMargin \\$1 \\n[an-margin] level \\n[rst2man-indent-level] level margin: \\n[rst2man-indent\\n[rst2man-indent-level]] - \\n[rst2man-indent0] \\n[rst2man-indent1] \\n[rst2man-indent2] .. .de1 INDENT .\" .rstReportMargin pre: . RS \\$1 . nr rst2man-indent\\n[rst2man-indent-level] \\n[an-margin] . nr rst2man-indent-level +1 .\" .rstReportMargin post: .. .de UNINDENT . RE .\" indent \\n[an-margin] .\" old: \\n[rst2man-indent\\n[rst2man-indent-level]] .nr rst2man-indent-level -1 .\" new: \\n[rst2man-indent\\n[rst2man-indent-level]] .in \\n[rst2man-indent\\n[rst2man-indent-level]]u .. .TH "org.bluez.GattProfile" "5" "October 2023" "BlueZ" "Linux System Administration" .SH Name org.bluez.GattProfile \- BlueZ D-Bus GattProfile API documentation .SH Description .sp Local profile (GATT client) instance. By registering this type of object an application effectively indicates support for a specific GATT profile and requests automatic connections to be established to devices supporting it. .SH Interface .INDENT 0.0 .TP .B Service .TP .B Interface org.bluez.GattProfile1 .TP .B Object path .UNINDENT .SS Methods .SS void Release() .sp This method gets called when \fBbluetoothd(8)\fP unregisters the profile. The profile can use it to do cleanup tasks. .sp There is no need to unregister the profile, because when this method gets called it has already been unregistered. .SS Properties .SS array{string} UUIDs [read\-only] .sp 128\-bit GATT service UUIDs to auto connect. .\" End of generated man page.