Loading...
Searching...
No Matches
#include <zephyr/bluetooth/audio/audio.h>
#include "le_audio.h"
Go to the source code of this file.
|
| enum | button_action { BUTTON_PRESS = 1
} |
| |
| enum | le_audio_evt_type {
LE_AUDIO_EVT_CONFIG_RECEIVED = 1
, LE_AUDIO_EVT_PRES_DELAY_SET
, LE_AUDIO_EVT_STREAMING
, LE_AUDIO_EVT_NOT_STREAMING
,
LE_AUDIO_EVT_STREAM_SENT
, LE_AUDIO_EVT_SYNC_LOST
, LE_AUDIO_EVT_NO_VALID_CFG
, LE_AUDIO_EVT_COORD_SET_DISCOVERED
,
LE_AUDIO_EVT_DISCOVERY_COMPLETE
} |
| |
| enum | bt_mgmt_evt_type {
BT_MGMT_EXT_ADV_WITH_PA_READY = 1
, BT_MGMT_CONNECTED
, BT_MGMT_SECURITY_CHANGED
, BT_MGMT_PAIRING_COMPLETE
,
BT_MGMT_BOND_DELETED
, BT_MGMT_PA_SYNCED
, BT_MGMT_PA_SYNC_LOST
, BT_MGMT_DISCONNECTED
,
BT_MGMT_BROADCAST_SINK_DISABLE
, BT_MGMT_BROADCAST_CODE_RECEIVED
} |
| |
| enum | volume_evt_type {
VOLUME_UP = 1
, VOLUME_DOWN
, VOLUME_SET
, VOLUME_MUTE
,
VOLUME_UNMUTE
} |
| |
| enum | content_control_evt_type { MEDIA_START = 1
, MEDIA_STOP
} |
| |