bluetooth listener interface
More...
#include <bluetooth_interface.hh>
bluetooth listener interface
- See also
- IBluetoothHandler
◆ startDiscoverableMode()
virtual void NuguCapability::IBluetoothListener::startDiscoverableMode |
( |
long |
duration_sec | ) |
|
|
pure virtual |
Send command to switch discoverable on to bluetooth adaptor.
- Parameters
-
[in] | duration_sec | duration time for discoverable on |
◆ play()
virtual void NuguCapability::IBluetoothListener::play |
( |
bool |
by_focus = false | ) |
|
|
pure virtual |
Send command to play media to bluetooth adaptor.
- Parameters
-
by_focus | request to play media to bluetooth adaptor by focus policy |
◆ stop()
virtual void NuguCapability::IBluetoothListener::stop |
( |
bool |
by_focus = false | ) |
|
|
pure virtual |
Send command to stop media to bluetooth adaptor.
- Parameters
-
by_focus | request to stop media to bluetooth adaptor by focus policy |
◆ pause()
virtual void NuguCapability::IBluetoothListener::pause |
( |
bool |
by_focus = false | ) |
|
|
pure virtual |
Send command to pause media to bluetooth adaptor.
- Parameters
-
by_focus | request to pause media to bluetooth adaptor by focus policy |
◆ requestContext()
virtual void NuguCapability::IBluetoothListener::requestContext |
( |
BTDeviceInfo & |
device_info | ) |
|
|
pure virtual |
Request device information for bluetooth context.
- Parameters
-
[in] | device_info | device information |
The documentation for this class was generated from the following file: