7#ifndef _DEVICE_LOCATION_H_
8#define _DEVICE_LOCATION_H_
17#include <zephyr/bluetooth/audio/audio.h>
20#ifndef DEVICE_LOCATION_DEFAULT
21#define DEVICE_LOCATION_DEFAULT BT_AUDIO_LOCATION_FRONT_LEFT
37#if CONFIG_DEVICE_LOCATION_SET_RUNTIME
43void device_location_set(
enum bt_audio_location location);
Globally accessible audio related defines.
void device_location_get(enum bt_audio_location *location)
Get assigned audio location.
static const char HS_LOC_R_TAG[]
Definition device_location.h:25
static const char HS_LOC_L_TAG[]
Definition device_location.h:24
static const char HS_LOC_OTHER_TAG[]
Definition device_location.h:27
static const char GW_TAG[]
Definition device_location.h:28
static const char HS_LOC_LR_TAG[]
Definition device_location.h:26