a
    ýÞ{bé  ã                   @   s   d Z G dd„ dƒZdS )as  Bluetooth facade.

Returns the following:

* Bluetooth info

Simple Example
--------------

To get the bluetooth status info::
todo: will be extended to get additional bluetooth info
todo: will be extended to allow bluetooth connections etc.

    >>> from plyer import bluetooth
    >>> bluetooth
    'on' or 'off'

Supported Platforms
-------------------
Android, OS X

c                   @   s,   e Zd ZdZedd„ ƒZdd„ Zdd„ ZdS )	Ú	Bluetoothz
    Bluetooth facade.
    c                 C   s   |   ¡ S )zU
        Property that returns the info (currently status) of the bluetooth.
        )Úget_info©Úself© r   úg/Users/vegardjervell/Documents/master/model/venv/lib/python3.9/site-packages/plyer/facades/bluetooth.pyÚinfo   s    zBluetooth.infoc                 C   s   |   ¡ S ©N)Ú	_get_infor   r   r   r   r   %   s    zBluetooth.get_infoc                 K   s
   t ƒ ‚d S r   )ÚNotImplementedError)r   Úkwargsr   r   r   r	   *   s    zBluetooth._get_infoN)Ú__name__Ú
__module__Ú__qualname__Ú__doc__Úpropertyr   r   r	   r   r   r   r   r      s
   
r   N)r   r   r   r   r   r   Ú<module>   s   