Zephyr API Documentation 3.7.99
A Scalable Open Source RTOS
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
30
31#ifdef __cplusplus
32extern "C" {
33#endif
34
36#define BT_CCID_MIN 0
38#define BT_CCID_MAX 255
39
53
67
70#ifdef __cplusplus
71}
72#endif
73
74#endif /* ZEPHYR_INCLUDE_BLUETOOTH_AUDIO_CCID_H_ */
Generic Attribute Profile handling.
const struct bt_gatt_attr * bt_ccid_find_attr(uint8_t ccid)
Get the GATT attribute of a CCID value.
int bt_ccid_alloc_value(void)
Allocates a CCID value.
__UINT8_TYPE__ uint8_t
Definition stdint.h:88
GATT Attribute.
Definition gatt.h:224