Zephyr API Documentation
4.1.99
A Scalable Open Source RTOS
4.1.99
Toggle main menu visibility
Main Page
Related Pages
Topics
Data Structures
Data Structures
Data Structure Index
Data Fields
All
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Functions
Variables
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Enumerations
Enumerator
Files
File List
Globals
All
$
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Functions
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Variables
$
a
b
c
d
f
g
h
i
k
l
m
n
o
p
r
s
t
u
x
z
Typedefs
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Enumerations
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
x
z
Enumerator
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
x
z
Macros
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
▼
Zephyr API Documentation
►
Introduction
Deprecated List
►
Topics
►
Data Structures
▼
Files
▼
File List
►
doc
►
kernel
►
lib
►
subsys
▼
zephyr
►
acpi
►
app_memory
►
arch
►
audio
▼
bluetooth
▼
audio
►
aics.h
►
audio.h
►
bap.h
►
bap_lc3_preset.h
►
cap.h
►
ccid.h
►
ccp.h
►
csip.h
►
gmap.h
►
gmap_lc3_preset.h
►
has.h
►
lc3.h
►
mcc.h
►
mcs.h
►
media_proxy.h
►
micp.h
►
pacs.h
►
pbp.h
►
tbs.h
►
tmap.h
►
vcp.h
►
vocs.h
►
classic
►
mesh
►
services
►
addr.h
►
att.h
►
bluetooth.h
►
buf.h
►
byteorder.h
►
conn.h
►
controller.h
►
crypto.h
►
cs.h
►
direction.h
►
ead.h
►
gap.h
►
gatt.h
►
hci.h
►
hci_raw.h
►
hci_types.h
►
hci_vs.h
►
iso.h
►
l2cap.h
mesh.h
►
testing.h
►
uuid.h
►
canbus
►
console
►
crypto
►
data
►
debug
►
devicetree
►
dfu
►
display
►
drivers
►
dsp
►
dt-bindings
►
fs
►
input
►
internal
►
ipc
►
kernel
►
linker
►
llext
►
logging
►
lorawan
►
math
►
mem_mgmt
►
mgmt
►
misc
►
modbus
►
modem
►
multi_heap
►
net
►
platform
►
pm
►
pmci
►
portability
►
posix
►
psa
►
random
►
retention
►
rtio
►
sd
►
sensing
►
settings
►
shell
►
sip_svc
►
stats
►
storage
►
sys
►
task_wdt
►
timing
►
toolchain
►
tracing
►
usb
►
usb_c
►
xen
►
zbus
►
zvfs
►
bindesc.h
►
cache.h
►
device.h
►
devicetree.h
►
fatal.h
►
fatal_types.h
►
init.h
►
irq.h
►
irq_multilevel.h
►
irq_nextlevel.h
►
irq_offload.h
►
kernel.h
kernel_includes.h
►
kernel_structs.h
►
kernel_version.h
►
net_buf.h
►
shared_irq.h
►
smf.h
►
spinlock.h
►
sw_isr_table.h
►
sys_clock.h
►
syscall.h
►
toolchain.h
types.h
►
Globals
•
All
Data Structures
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Modules
Pages
Loading...
Searching...
No Matches
ccid.h
Go to the documentation of this file.
1
11
#ifndef ZEPHYR_INCLUDE_BLUETOOTH_AUDIO_CCID_H_
12
#define ZEPHYR_INCLUDE_BLUETOOTH_AUDIO_CCID_H_
13
27
#include <
stdint.h
>
28
29
#include <
zephyr/bluetooth/gatt.h
>
30
31
#ifdef __cplusplus
32
extern
"C"
{
33
#endif
34
36
#define BT_CCID_MIN 0
38
#define BT_CCID_MAX 255
39
52
int
bt_ccid_alloc_value
(
void
);
53
66
const
struct
bt_gatt_attr
*
bt_ccid_find_attr
(
uint8_t
ccid);
67
70
#ifdef __cplusplus
71
}
72
#endif
73
74
#endif
/* ZEPHYR_INCLUDE_BLUETOOTH_AUDIO_CCID_H_ */
gatt.h
Generic Attribute Profile handling.
bt_ccid_find_attr
const struct bt_gatt_attr * bt_ccid_find_attr(uint8_t ccid)
Get the GATT attribute of a CCID value.
bt_ccid_alloc_value
int bt_ccid_alloc_value(void)
Allocates a CCID value.
stdint.h
uint8_t
__UINT8_TYPE__ uint8_t
Definition
stdint.h:88
bt_gatt_attr
GATT Attribute.
Definition
gatt.h:227
zephyr
bluetooth
audio
ccid.h
Generated on Sat May 17 2025 12:07:44 for Zephyr API Documentation by
1.12.0