logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

bluetoothctl-gatt - Generic Attribute Submenu

Generic Attribute Commands

list-attributes
       List attributes.

       Usage#list-attributes<attribute/UUID>select-attribute
       Select attribute.

       Usage#select-attribute<attribute/UUID>attribute-info
       Select attribute.

       Usage#attribute-info[attribute/UUID]read
       Read attribute value.

       Usage#read[offset]write
       Write attribute value.

       Usage#write<data=xxxx...>[offset][type]acquire-write
       Acquire Write file descriptor.

       Usage#acquire-writerelease-write
       Release Write file descriptor.

       Usage#release-writeacquire-notify
       Acquire Notify file descriptor.

       Usage#acquire-notifyrelease-notify
       Release Notify file descriptor.

       Usage#release-notifynotify
       Notify attribute value.

       Usage#notify<on/off>clone
       Clone a device or attribute.

       Usage#clone[dev/attribute/UUID]register-application
       Register application.

       Usage#register-application[UUID...]unregister-application
       Unregister application

       Usage#unregister-applicationregister-service
       Register application service.

       Usage#register-service<UUID>[handle]unregister-service
       Unregister application service

       Usage#unregister-service<UUID/object>register-includes
       Register as Included service.

       Usage#register-includes<UUID>[handle]unregister-includes
       Unregister Included service.

       Usage#unregister-includes<Service-UUID><Inc-UUID>register-characteristic
       Register service characteristic.

       Usage#register-characteristic<UUID><Flags=read,write,notify...>[handle]unregister-characteristic
       Unregister service characteristic.

       Usage#unregister-characteristic<UUID/object>register-descriptor
       Register characteristic descriptor.

       Usage#register-descriptor<UUID><Flags=read,write...>[handle]unregister-descriptor
       Unregister characteristic descriptor.

       Usage#unregister-descriptor<UUID/object>

Name

       bluetoothctl-gatt - Generic Attribute Submenu

Reporting Bugs

Resources

Synopsis

bluetoothctl [--options] [gatt.commands]

See Also