text
stringlengths
9
39.2M
dir
stringlengths
25
226
lang
stringclasses
163 values
created_date
timestamp[s]
updated_date
timestamp[s]
repo_name
stringclasses
751 values
repo_full_name
stringclasses
752 values
star
int64
1.01k
183k
len_tokens
int64
1
18.5M
```objective-c */ #include <stddef.h> #include <stdint.h> #ifndef ZEPHYR_INCLUDE_BLUETOOTH_EAD_H_ #define ZEPHYR_INCLUDE_BLUETOOTH_EAD_H_ #include <zephyr/kernel.h> #include <zephyr/bluetooth/bluetooth.h> #ifdef __cplusplus extern "C" { #endif /** * @brief Encrypted Advertising Data (EAD) * @defgroup bt_ead Enc...
/content/code_sandbox/include/zephyr/bluetooth/ead.h
objective-c
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
1,054
```objective-c /** @file * @brief Bluetooth data buffer API */ /* * */ #ifndef ZEPHYR_INCLUDE_BLUETOOTH_BUF_H_ #define ZEPHYR_INCLUDE_BLUETOOTH_BUF_H_ /** * @brief Data buffers * @defgroup bt_buf Data buffers * @ingroup bluetooth * @{ */ #include <stdint.h> #include <zephyr/net/buf.h> #include <zephyr/bl...
/content/code_sandbox/include/zephyr/bluetooth/buf.h
objective-c
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
1,252
```objective-c /** @file * @brief Bluetooth L2CAP handling */ /* * */ #ifndef ZEPHYR_INCLUDE_BLUETOOTH_L2CAP_H_ #define ZEPHYR_INCLUDE_BLUETOOTH_L2CAP_H_ /** * @brief L2CAP * @defgroup bt_l2cap L2CAP * @ingroup bluetooth * @{ */ #include <sys/types.h> #include <zephyr/sys/atomic.h> #include <zephyr/blueto...
/content/code_sandbox/include/zephyr/bluetooth/l2cap.h
objective-c
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
6,295
```objective-c /** * @file testing.h * @brief Internal API for Bluetooth testing. */ /* * */ #ifndef ZEPHYR_INCLUDE_BLUETOOTH_TESTING_H_ #define ZEPHYR_INCLUDE_BLUETOOTH_TESTING_H_ #include <stdint.h> #if defined(CONFIG_BT_MESH) #include <zephyr/bluetooth/mesh.h> #endif /* CONFIG_BT_MESH */ /** * @brief Bluet...
/content/code_sandbox/include/zephyr/bluetooth/testing.h
objective-c
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
640
```objective-c /** @file * @brief Bluetooth subsystem core APIs. */ /* * */ #ifndef ZEPHYR_INCLUDE_BLUETOOTH_BLUETOOTH_H_ #define ZEPHYR_INCLUDE_BLUETOOTH_BLUETOOTH_H_ /** * @brief Bluetooth APIs * @defgroup bluetooth Bluetooth APIs * @ingroup connectivity * @{ */ #include <stdbool.h> #include <string.h> ...
/content/code_sandbox/include/zephyr/bluetooth/bluetooth.h
objective-c
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
21,404
```objective-c /** @file * @brief Bluetooth UUID handling */ /* * */ #ifndef ZEPHYR_INCLUDE_BLUETOOTH_UUID_H_ #define ZEPHYR_INCLUDE_BLUETOOTH_UUID_H_ /** * @brief UUIDs * @defgroup bt_uuid UUIDs * @ingroup bluetooth * @{ */ #include <stdint.h> #include <zephyr/sys/util.h> #include <zephyr/bluetooth/byteo...
/content/code_sandbox/include/zephyr/bluetooth/uuid.h
objective-c
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
39,486
```objective-c /** @file * @brief Bluetooth HCI RAW channel handling */ /* * */ #ifndef ZEPHYR_INCLUDE_BLUETOOTH_HCI_RAW_H_ #define ZEPHYR_INCLUDE_BLUETOOTH_HCI_RAW_H_ /** * @brief HCI RAW channel * @defgroup hci_raw HCI RAW channel * @ingroup bluetooth * @{ */ #include <stdint.h> #ifdef __cplusplus exter...
/content/code_sandbox/include/zephyr/bluetooth/hci_raw.h
objective-c
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
846
```objective-c /** @file * @brief Bluetooth subsystem crypto APIs. */ /* * */ #ifndef ZEPHYR_INCLUDE_BLUETOOTH_CRYPTO_H_ #define ZEPHYR_INCLUDE_BLUETOOTH_CRYPTO_H_ /** * @brief Cryptography * @defgroup bt_crypto Cryptography * @ingroup bluetooth * @{ */ #include <stdbool.h> #include <stdint.h> #ifdef __cp...
/content/code_sandbox/include/zephyr/bluetooth/crypto.h
objective-c
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
998
```objective-c /* hci_vs.h - Bluetooth Host Control Interface Vendor Specific definitions */ /* * */ #ifndef ZEPHYR_INCLUDE_BLUETOOTH_HCI_VS_H_ #define ZEPHYR_INCLUDE_BLUETOOTH_HCI_VS_H_ #include <stdint.h> #include <zephyr/bluetooth/hci.h> #ifdef __cplusplus extern "C" { #endif #define BT_VS_CMD_BIT_VERSION ...
/content/code_sandbox/include/zephyr/bluetooth/hci_vs.h
objective-c
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
3,894
```objective-c /* * */ #ifndef ZEPHYR_INCLUDE_BLUETOOTH_SERVICES_OTS_H_ #define ZEPHYR_INCLUDE_BLUETOOTH_SERVICES_OTS_H_ /** * @brief Object Transfer Service (OTS) * @defgroup bt_ots Object Transfer Service (OTS) * @ingroup bluetooth * @{ * * [Experimental] Users should note that the APIs can change * as a p...
/content/code_sandbox/include/zephyr/bluetooth/services/ots.h
objective-c
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
9,866
```objective-c /* * */ #ifndef ZEPHYR_INCLUDE_BLUETOOTH_SERVICES_BAS_H_ #define ZEPHYR_INCLUDE_BLUETOOTH_SERVICES_BAS_H_ /** * @brief Battery Service (BAS) * @defgroup bt_bas Battery Service (BAS) * @ingroup bluetooth * @{ * * [Experimental] Users should note that the APIs can change * as a part of ongoing d...
/content/code_sandbox/include/zephyr/bluetooth/services/bas.h
objective-c
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
1,870
```objective-c /* * */ #ifndef ZEPHYR_INCLUDE_BLUETOOTH_SERVICES_HRS_H_ #define ZEPHYR_INCLUDE_BLUETOOTH_SERVICES_HRS_H_ /** * @brief Heart Rate Service (HRS) * @defgroup bt_hrs Heart Rate Service (HRS) * @ingroup bluetooth * @{ * * [Experimental] Users should note that the APIs can change * as a part of ong...
/content/code_sandbox/include/zephyr/bluetooth/services/hrs.h
objective-c
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
475
```objective-c /** @file * @brief GATT Device Information Service */ /* * */ #ifndef ZEPHYR_INCLUDE_BLUETOOTH_SERVICES_DIS_H_ #define ZEPHYR_INCLUDE_BLUETOOTH_SERVICES_DIS_H_ #ifdef __cplusplus extern "C" { #endif #ifdef __cplusplus } #endif #endif /* ZEPHYR_INCLUDE_BLUETOOTH_SERVICES_DIS_H_ */ ```
/content/code_sandbox/include/zephyr/bluetooth/services/dis.h
objective-c
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
84
```objective-c /* * */ #ifndef ZEPHYR_INCLUDE_BLUETOOTH_SERVICES_IAS_H_ #define ZEPHYR_INCLUDE_BLUETOOTH_SERVICES_IAS_H_ /** * @brief Immediate Alert Service (IAS) * @defgroup bt_ias Immediate Alert Service (IAS) * @ingroup bluetooth * @{ * * [Experimental] Users should note that the APIs can change * as a p...
/content/code_sandbox/include/zephyr/bluetooth/services/ias.h
objective-c
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
699
```objective-c /* * */ #ifndef ZEPHYR_INCLUDE_BLUETOOTH_SERVICES_NUS_H_ #define ZEPHYR_INCLUDE_BLUETOOTH_SERVICES_NUS_H_ #include <zephyr/bluetooth/uuid.h> #include <zephyr/bluetooth/services/nus/inst.h> #include <zephyr/sys/slist.h> #ifdef __cplusplus extern "C" { #endif /** @brief UUIDs of Nordic UART GATT Serv...
/content/code_sandbox/include/zephyr/bluetooth/services/nus.h
objective-c
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
1,204
```objective-c /* * */ #ifndef ZEPHYR_INCLUDE_BLUETOOTH_SERVICES_NUS_INST_H_ #define ZEPHYR_INCLUDE_BLUETOOTH_SERVICES_NUS_INST_H_ #include <zephyr/bluetooth/gatt.h> #include <zephyr/sys/iterable_sections.h> #include <zephyr/sys/slist.h> #ifdef __cplusplus extern "C" { #endif struct bt_nus_inst { /** Pointer to ...
/content/code_sandbox/include/zephyr/bluetooth/services/nus/inst.h
objective-c
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
554
```objective-c /* hci.h - Bluetooth Host Control Interface types */ /* * */ #ifndef ZEPHYR_INCLUDE_BLUETOOTH_HCI_TYPES_H_ #define ZEPHYR_INCLUDE_BLUETOOTH_HCI_TYPES_H_ #include <stdbool.h> #include <stdint.h> #include <string.h> #include <zephyr/toolchain.h> #include <zephyr/types.h> #include <zephyr/sys/util.h> #...
/content/code_sandbox/include/zephyr/bluetooth/hci_types.h
objective-c
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
31,493
```objective-c /* * */ #ifndef ZEPHYR_INCLUDE_BLUETOOTH_MESH_PRIV_BEACON_SRV_H__ #define ZEPHYR_INCLUDE_BLUETOOTH_MESH_PRIV_BEACON_SRV_H__ #include <zephyr/bluetooth/mesh.h> #ifdef __cplusplus extern "C" { #endif /** * @defgroup bt_mesh_priv_beacon_srv Bluetooth Mesh Private Beacon Server * @ingroup bt_mesh * ...
/content/code_sandbox/include/zephyr/bluetooth/mesh/priv_beacon_srv.h
objective-c
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
232
```objective-c /** @file * @brief Configuration Server Model APIs. */ /* * */ #ifndef ZEPHYR_INCLUDE_BLUETOOTH_MESH_CFG_SRV_H_ #define ZEPHYR_INCLUDE_BLUETOOTH_MESH_CFG_SRV_H_ /** * @brief Configuration Server Model * @defgroup bt_mesh_cfg_srv Configuration Server Model * @ingroup bt_mesh * @{ */ #ifdef __...
/content/code_sandbox/include/zephyr/bluetooth/mesh/cfg_srv.h
objective-c
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
218
```objective-c /* * */ /** * @file * @defgroup bt_mesh_dfd_srv Firmware Distribution Server model * @ingroup bt_mesh_dfd * @{ * @brief API for the Firmware Distribution Server model */ #ifndef ZEPHYR_INCLUDE_BLUETOOTH_MESH_DFD_SRV_H__ #define ZEPHYR_INCLUDE_BLUETOOTH_MESH_DFD_SRV_H__ #include <zephyr/bluetoo...
/content/code_sandbox/include/zephyr/bluetooth/mesh/dfd_srv.h
objective-c
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
2,955
```objective-c /** @file * @brief Keys APIs. */ /* * */ #ifndef ZEPHYR_INCLUDE_BLUETOOTH_MESH_KEYS_H_ #define ZEPHYR_INCLUDE_BLUETOOTH_MESH_KEYS_H_ #include <stdint.h> #if defined CONFIG_BT_MESH_USES_MBEDTLS_PSA || defined CONFIG_BT_MESH_USES_TFM_PSA #include <psa/crypto.h> #endif #ifdef __cplusplus extern "C"...
/content/code_sandbox/include/zephyr/bluetooth/mesh/keys.h
objective-c
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
236
```objective-c /** @file * @brief Access layer APIs. */ /* * */ #ifndef ZEPHYR_INCLUDE_BLUETOOTH_MESH_ACCESS_H_ #define ZEPHYR_INCLUDE_BLUETOOTH_MESH_ACCESS_H_ #include <zephyr/sys/util.h> #include <zephyr/settings/settings.h> #include <zephyr/bluetooth/mesh/msg.h> /* Internal macros used to initialize array me...
/content/code_sandbox/include/zephyr/bluetooth/mesh/access.h
objective-c
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
10,669
```objective-c /** @file * @brief BLE mesh statistic APIs. */ /* * */ #ifndef ZEPHYR_INCLUDE_BLUETOOTH_MESH_STATISTIC_H_ #define ZEPHYR_INCLUDE_BLUETOOTH_MESH_STATISTIC_H_ #include <stdint.h> /** * @brief Statistic * @defgroup bt_mesh_stat Statistic * @ingroup bt_mesh * @{ */ #ifdef __cplusplus extern "C...
/content/code_sandbox/include/zephyr/bluetooth/mesh/statistic.h
objective-c
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
401
```objective-c /* * */ #ifndef BT_MESH_SAR_CFG_H__ #define BT_MESH_SAR_CFG_H__ #include <stdint.h> #ifdef __cplusplus extern "C" { #endif /** * @defgroup bt_mesh_sar_cfg SAR Configuration common header * @ingroup bt_mesh * @{ */ /** SAR Transmitter Configuration state structure */ struct bt_mesh_sar_tx { /*...
/content/code_sandbox/include/zephyr/bluetooth/mesh/sar_cfg.h
objective-c
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
333
```objective-c /* * */ #ifndef ZEPHYR_INCLUDE_BT_MESH_RPR_SRV_H__ #define ZEPHYR_INCLUDE_BT_MESH_RPR_SRV_H__ #include <zephyr/bluetooth/bluetooth.h> #include <zephyr/bluetooth/mesh/access.h> #include <zephyr/bluetooth/mesh/rpr.h> #ifdef __cplusplus extern "C" { #endif /** * @defgroup bt_mesh_rpr_srv Remote provi...
/content/code_sandbox/include/zephyr/bluetooth/mesh/rpr_srv.h
objective-c
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
230
```objective-c /* * */ /** @file * @brief Bluetooth Mesh SAR Configuration Server Model APIs. */ #ifndef BT_MESH_SAR_CFG_SRV_H__ #define BT_MESH_SAR_CFG_SRV_H__ #include <zephyr/bluetooth/mesh.h> #include <zephyr/bluetooth/mesh/sar_cfg.h> /** * @brief Bluetooth Mesh * @defgroup bt_mesh_sar_cfg_srv Bluetooth M...
/content/code_sandbox/include/zephyr/bluetooth/mesh/sar_cfg_srv.h
objective-c
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
235
```objective-c /* * */ #ifndef ZEPHYR_INCLUDE_BT_MESH_RPR_CLI_H__ #define ZEPHYR_INCLUDE_BT_MESH_RPR_CLI_H__ #include <zephyr/kernel.h> #include <zephyr/bluetooth/mesh/access.h> #include <zephyr/bluetooth/mesh/rpr.h> #ifdef __cplusplus extern "C" { #endif /** * @defgroup bt_mesh_rpr_cli Remote Provisioning Clien...
/content/code_sandbox/include/zephyr/bluetooth/mesh/rpr_cli.h
objective-c
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
2,126
```objective-c /** @file * @brief Health faults */ /* * */ #ifndef ZEPHYR_INCLUDE_BLUETOOTH_MESH_HEALTH_FAULTS_H__ #define ZEPHYR_INCLUDE_BLUETOOTH_MESH_HEALTH_FAULTS_H__ /** * @brief List of specification defined Health fault values. * @defgroup bt_mesh_health_faults Health faults * @ingroup bt_mesh * @{ */...
/content/code_sandbox/include/zephyr/bluetooth/mesh/health_faults.h
objective-c
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
939
```objective-c /* * */ #ifndef ZEPHYR_INCLUDE_BLUETOOTH_MESH_BLOB_H__ #define ZEPHYR_INCLUDE_BLUETOOTH_MESH_BLOB_H__ #include <sys/types.h> #include <zephyr/kernel.h> #ifdef __cplusplus extern "C" { #endif /** * @defgroup bt_mesh_blob Bluetooth Mesh BLOB model API * @ingroup bt_mesh * @{ */ #ifndef CONFIG_B...
/content/code_sandbox/include/zephyr/bluetooth/mesh/blob.h
objective-c
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
2,103
```objective-c /* * */ /** @file * @brief Bluetooth Mesh SAR Configuration Client Model APIs. */ #ifndef BT_MESH_SAR_CFG_CLI_H__ #define BT_MESH_SAR_CFG_CLI_H__ #include <zephyr/bluetooth/mesh.h> #include <zephyr/bluetooth/mesh/sar_cfg.h> /** * @brief Bluetooth Mesh * @defgroup bt_mesh_sar_cfg_cli Bluetooth M...
/content/code_sandbox/include/zephyr/bluetooth/mesh/sar_cfg_cli.h
objective-c
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
860
```objective-c /* * */ #ifndef BT_MESH_SOL_PDU_RPL_CLI_H__ #define BT_MESH_SOL_PDU_RPL_CLI_H__ #include <zephyr/bluetooth/mesh.h> #ifdef __cplusplus extern "C" { #endif /** * @defgroup bt_mesh_sol_pdu_rpl_cli Bluetooth Mesh Solicitation PDU RPL Client * @ingroup bt_mesh * @{ */ /** Solicitation PDU RPL Clien...
/content/code_sandbox/include/zephyr/bluetooth/mesh/sol_pdu_rpl_cli.h
objective-c
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
877
```objective-c /* * */ #ifndef BT_MESH_OD_PRIV_PROXY_SRV_H__ #define BT_MESH_OD_PRIV_PROXY_SRV_H__ #include <zephyr/bluetooth/mesh.h> #ifdef __cplusplus extern "C" { #endif /** * @defgroup bt_mesh_od_priv_proxy_srv Bluetooth Mesh On-Demand Private GATT Proxy Server * @ingroup bt_mesh * @{ */ /** * @brief O...
/content/code_sandbox/include/zephyr/bluetooth/mesh/od_priv_proxy_srv.h
objective-c
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
222
```objective-c /* * */ #ifndef ZEPHYR_INCLUDE_BLUETOOTH_MESH_DFD_H__ #define ZEPHYR_INCLUDE_BLUETOOTH_MESH_DFD_H__ #include <zephyr/bluetooth/mesh.h> #ifdef __cplusplus extern "C" { #endif /** * @defgroup bt_mesh_dfd Firmware Distribution models * @ingroup bt_mesh * @{ */ /** Firmware distribution status. */...
/content/code_sandbox/include/zephyr/bluetooth/mesh/dfd.h
objective-c
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
748
```objective-c /* * */ #ifndef ZEPHYR_INCLUDE_BLUETOOTH_MESH_DFU_H__ #define ZEPHYR_INCLUDE_BLUETOOTH_MESH_DFU_H__ #include <sys/types.h> #include <zephyr/kernel.h> #include <zephyr/bluetooth/mesh/blob.h> #ifdef __cplusplus extern "C" { #endif /** * @defgroup bt_mesh_dfu Bluetooth Mesh Device Firmware Update *...
/content/code_sandbox/include/zephyr/bluetooth/mesh/dfu.h
objective-c
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
999
```objective-c /* * */ #ifndef ZEPHYR_INCLUDE_BLUETOOTH_MESH_PRIV_BEACON_CLI_H__ #define ZEPHYR_INCLUDE_BLUETOOTH_MESH_PRIV_BEACON_CLI_H__ #include <zephyr/bluetooth/mesh.h> #ifdef __cplusplus extern "C" { #endif /** * @defgroup bt_mesh_priv_beacon_cli Bluetooth Mesh Private Beacon Client * @ingroup bt_mesh * ...
/content/code_sandbox/include/zephyr/bluetooth/mesh/priv_beacon_cli.h
objective-c
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
1,605
```objective-c /** @file * @brief Health Server Model APIs. */ /* * */ #ifndef ZEPHYR_INCLUDE_BLUETOOTH_MESH_HEALTH_SRV_H_ #define ZEPHYR_INCLUDE_BLUETOOTH_MESH_HEALTH_SRV_H_ /** * @brief Health Server Model * @defgroup bt_mesh_health_srv Health Server Model * @ingroup bt_mesh * @{ */ #include <zephyr/blue...
/content/code_sandbox/include/zephyr/bluetooth/mesh/health_srv.h
objective-c
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
1,938
```objective-c /* * */ #ifndef BT_MESH_OD_PRIV_PROXY_CLI_H__ #define BT_MESH_OD_PRIV_PROXY_CLI_H__ #include <zephyr/bluetooth/mesh.h> #ifdef __cplusplus extern "C" { #endif /** * @defgroup bt_mesh_od_priv_proxy_cli Bluetooth Mesh On-Demand Private GATT Proxy Client * @ingroup bt_mesh * @{ */ /** On-Demand Pr...
/content/code_sandbox/include/zephyr/bluetooth/mesh/od_priv_proxy_cli.h
objective-c
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
816
```objective-c /** @file * @brief Proxy APIs. */ /* * */ #ifndef ZEPHYR_INCLUDE_BLUETOOTH_MESH_PROXY_H_ #define ZEPHYR_INCLUDE_BLUETOOTH_MESH_PROXY_H_ #include <stdint.h> #include <zephyr/kernel.h> #include <zephyr/sys/iterable_sections.h> /** * @brief Proxy * @defgroup bt_mesh_proxy Proxy * @ingroup bt_mes...
/content/code_sandbox/include/zephyr/bluetooth/mesh/proxy.h
objective-c
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
806
```objective-c /** @file * @brief Health Client Model APIs. */ /* * */ #ifndef ZEPHYR_INCLUDE_BLUETOOTH_MESH_HEALTH_CLI_H_ #define ZEPHYR_INCLUDE_BLUETOOTH_MESH_HEALTH_CLI_H_ #include <zephyr/bluetooth/mesh.h> /** * @brief Health Client Model * @defgroup bt_mesh_health_cli Health Client Model * @ingroup bt_m...
/content/code_sandbox/include/zephyr/bluetooth/mesh/health_cli.h
objective-c
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
3,297
```objective-c /* * */ /** * @file * @defgroup bt_mesh_dfu_cli Firmware Uppdate Client model * @ingroup bt_mesh_dfu * @{ * @brief API for the Bluetooth Mesh Firmware Update Client model */ #ifndef ZEPHYR_INCLUDE_BLUETOOTH_MESH_DFU_CLI_H__ #define ZEPHYR_INCLUDE_BLUETOOTH_MESH_DFU_CLI_H__ #include <zephyr/blu...
/content/code_sandbox/include/zephyr/bluetooth/mesh/dfu_cli.h
objective-c
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
3,279
```objective-c /* * */ #ifndef ZEPHYR_INCLUDE_BLUETOOTH_MESH_CDB_H_ #define ZEPHYR_INCLUDE_BLUETOOTH_MESH_CDB_H_ #include <stdbool.h> #include <stdint.h> #include <zephyr/sys/atomic.h> #include <zephyr/bluetooth/mesh.h> #ifdef __cplusplus extern "C" { #endif #if defined(CONFIG_BT_MESH_CDB) #define NODE_COUNT C...
/content/code_sandbox/include/zephyr/bluetooth/mesh/cdb.h
objective-c
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
3,177
```objective-c /* * */ #ifndef ZEPHYR_INCLUDE_BT_MESH_RPR_H__ #define ZEPHYR_INCLUDE_BT_MESH_RPR_H__ #include <zephyr/kernel.h> #include <zephyr/bluetooth/mesh/main.h> #ifdef __cplusplus extern "C" { #endif /** * @defgroup bt_mesh_rpr Remote Provisioning models * @ingroup bt_mesh * @{ */ /** Unprovisioned de...
/content/code_sandbox/include/zephyr/bluetooth/mesh/rpr.h
objective-c
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
831
```objective-c /* * */ #ifndef BT_MESH_SOL_PDU_RPL_SRV_H__ #define BT_MESH_SOL_PDU_RPL_SRV_H__ #ifdef __cplusplus extern "C" { #endif /** * @defgroup bt_mesh_sol_pdu_rpl_srv Bluetooth Mesh Solicitation PDU RPL Server * @ingroup bt_mesh * @{ */ /** * @brief Solicitation PDU RPL Server model composition data ...
/content/code_sandbox/include/zephyr/bluetooth/mesh/sol_pdu_rpl_srv.h
objective-c
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
212
```objective-c /** @file * @brief Bluetooth Mesh Protocol APIs. */ /* * */ #ifndef ZEPHYR_INCLUDE_BLUETOOTH_MESH_MAIN_H_ #define ZEPHYR_INCLUDE_BLUETOOTH_MESH_MAIN_H_ #include <stdbool.h> #include <stdint.h> #include <zephyr/kernel.h> #include <zephyr/sys/iterable_sections.h> /** * @brief Provisioning * @def...
/content/code_sandbox/include/zephyr/bluetooth/mesh/main.h
objective-c
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
7,199
```objective-c /** @file * @brief Heartbeat APIs. */ /* * */ #ifndef ZEPHYR_INCLUDE_BLUETOOTH_MESH_HEARTBEAT_H_ #define ZEPHYR_INCLUDE_BLUETOOTH_MESH_HEARTBEAT_H_ #include <stdint.h> #include <zephyr/sys/iterable_sections.h> #include <zephyr/sys/slist.h> /** * @brief Heartbeat * @defgroup bt_mesh_heartbeat H...
/content/code_sandbox/include/zephyr/bluetooth/mesh/heartbeat.h
objective-c
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
964
```objective-c /* * */ #ifndef ZEPHYR_INCLUDE_BLUETOOTH_MESH_SHELL_H_ #define ZEPHYR_INCLUDE_BLUETOOTH_MESH_SHELL_H_ #include <zephyr/bluetooth/mesh.h> #ifdef __cplusplus extern "C" { #endif /** Maximum number of faults the health server can have. */ #define BT_MESH_SHELL_CUR_FAULTS_MAX 4 /** * A helper to defi...
/content/code_sandbox/include/zephyr/bluetooth/mesh/shell.h
objective-c
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
462
```objective-c /* * */ #ifndef BT_MESH_OP_AGG_CLI_H__ #define BT_MESH_OP_AGG_CLI_H__ #include <zephyr/bluetooth/mesh.h> #ifdef __cplusplus extern "C" { #endif /** * @defgroup bt_mesh_op_agg_cli Opcodes Aggregator Client model * @ingroup bt_mesh * @{ */ /** * * @brief Opcodes Aggregator Client model compos...
/content/code_sandbox/include/zephyr/bluetooth/mesh/op_agg_cli.h
objective-c
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
548
```objective-c /* * */ #ifndef ZEPHYR_INCLUDE_BLUETOOTH_MESH_BLOB_CLI_H_ #define ZEPHYR_INCLUDE_BLUETOOTH_MESH_BLOB_CLI_H_ #include <sys/types.h> #include <zephyr/bluetooth/mesh/access.h> #include <zephyr/bluetooth/mesh/blob.h> #ifdef __cplusplus extern "C" { #endif /** * @defgroup bt_mesh_blob_cli Bluetooth Me...
/content/code_sandbox/include/zephyr/bluetooth/mesh/blob_cli.h
objective-c
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
3,341
```objective-c /** @file * @brief Message APIs. */ /* * */ #ifndef ZEPHYR_INCLUDE_BLUETOOTH_MESH_MSG_H_ #define ZEPHYR_INCLUDE_BLUETOOTH_MESH_MSG_H_ /** * @brief Message * @defgroup bt_mesh_msg Message * @ingroup bt_mesh * @{ */ #include <zephyr/kernel.h> #include <zephyr/net/buf.h> #ifdef __cplusplus ext...
/content/code_sandbox/include/zephyr/bluetooth/mesh/msg.h
objective-c
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
2,092
```objective-c /* * */ #ifndef BT_MESH_LARGE_COMP_DATA_SRV_H__ #define BT_MESH_LARGE_COMP_DATA_SRV_H__ #include <zephyr/bluetooth/mesh.h> #ifdef __cplusplus extern "C" { #endif /** * @defgroup bt_mesh_large_comp_data_srv Large Composition Data Server model * @ingroup bt_mesh * @{ */ /** * * @brief Large C...
/content/code_sandbox/include/zephyr/bluetooth/mesh/large_comp_data_srv.h
objective-c
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
204
```objective-c /* * */ /** * @file * @defgroup bt_mesh_dfu_srv Firmware Update Server model * @ingroup bt_mesh_dfu * @{ * @brief API for the Bluetooth Mesh Firmware Update Server model */ #ifndef ZEPHYR_INCLUDE_BLUETOOTH_MESH_DFU_SRV_H__ #define ZEPHYR_INCLUDE_BLUETOOTH_MESH_DFU_SRV_H__ #include <zephyr/blue...
/content/code_sandbox/include/zephyr/bluetooth/mesh/dfu_srv.h
objective-c
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
2,220
```objective-c /* * */ #ifndef BT_MESH_LARGE_COMP_DATA_CLI_H__ #define BT_MESH_LARGE_COMP_DATA_CLI_H__ #include <zephyr/bluetooth/mesh.h> #ifdef __cplusplus extern "C" { #endif /** * @defgroup bt_mesh_large_comp_data_cli Large Composition Data Client model * @ingroup bt_mesh * @{ */ struct bt_mesh_large_comp...
/content/code_sandbox/include/zephyr/bluetooth/mesh/large_comp_data_cli.h
objective-c
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
1,188
```objective-c /* * */ /** * @file * @defgroup bt_mesh_dfu_metadata Bluetooth Mesh Device Firmware Update (DFU) metadata * @ingroup bt_mesh_dfu * @{ * @brief Common types and functions for the Bluetooth Mesh DFU metadata. */ #ifndef ZEPHYR_INCLUDE_BLUETOOTH_MESH_DFU_METADATA_H__ #define ZEPHYR_INCLUDE_BLUETOO...
/content/code_sandbox/include/zephyr/bluetooth/mesh/dfu_metadata.h
objective-c
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
816
```objective-c /* * */ #ifndef ZEPHYR_INCLUDE_BLUETOOTH_MESH_BLOB_SRV_H_ #define ZEPHYR_INCLUDE_BLUETOOTH_MESH_BLOB_SRV_H_ #include <zephyr/bluetooth/mesh/access.h> #include <zephyr/bluetooth/mesh/blob.h> #ifdef __cplusplus extern "C" { #endif /** * @defgroup bt_mesh_blob_srv Bluetooth Mesh BLOB Transfer Server ...
/content/code_sandbox/include/zephyr/bluetooth/mesh/blob_srv.h
objective-c
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
1,695
```objective-c /** @file * @brief Configuration Client Model APIs. */ /* * */ #ifndef ZEPHYR_INCLUDE_BLUETOOTH_MESH_CFG_CLI_H_ #define ZEPHYR_INCLUDE_BLUETOOTH_MESH_CFG_CLI_H_ /** * @brief Configuration Client Model * @defgroup bt_mesh_cfg_cli Configuration Client Model * @ingroup bt_mesh * @{ */ #include ...
/content/code_sandbox/include/zephyr/bluetooth/mesh/cfg_cli.h
objective-c
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
18,021
```objective-c /* * */ #ifndef BT_MESH_OP_AGG_SRV_H__ #define BT_MESH_OP_AGG_SRV_H__ #include <zephyr/bluetooth/mesh.h> #ifdef __cplusplus extern "C" { #endif /** * @defgroup bt_mesh_op_agg_srv Opcodes Aggregator Server model * @ingroup bt_mesh * @{ */ /** * * @brief Opcodes Aggretator Server model compos...
/content/code_sandbox/include/zephyr/bluetooth/mesh/op_agg_srv.h
objective-c
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
272
```objective-c /* * */ #ifndef ZEPHYR_INCLUDE_BLUETOOTH_MESH_BLOB_IO_FLASH_H__ #define ZEPHYR_INCLUDE_BLUETOOTH_MESH_BLOB_IO_FLASH_H__ #include <stdint.h> #ifdef __cplusplus extern "C" { #endif /** * @defgroup bt_mesh_blob_io_flash Bluetooth Mesh BLOB flash stream * @ingroup bt_mesh * @{ */ /** BLOB flash st...
/content/code_sandbox/include/zephyr/bluetooth/mesh/blob_io_flash.h
objective-c
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
304
```objective-c /** @file * @brief Advance Audio Distribution Profile - SBC Codec header. */ /* * * * path_to_url * * Unless required by applicable law or agreed to in writing, software * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. */ #ifndef ZEPHYR_INCLUDE_BLUETOOTH_A2DP_CODEC_...
/content/code_sandbox/include/zephyr/bluetooth/classic/a2dp_codec_sbc.h
objective-c
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
1,332
```objective-c /** @file * @brief Handsfree Profile handling. */ /* * */ #ifndef ZEPHYR_INCLUDE_BLUETOOTH_HFP_HF_H_ #define ZEPHYR_INCLUDE_BLUETOOTH_HFP_HF_H_ /** * @brief Hands Free Profile (HFP) * @defgroup bt_hfp Hands Free Profile (HFP) * @ingroup bluetooth * @{ */ #include <zephyr/bluetooth/bluetooth....
/content/code_sandbox/include/zephyr/bluetooth/classic/hfp_hf.h
objective-c
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
1,342
```objective-c /** @file * @brief Runtime configuration APIs. */ /* * */ #ifndef ZEPHYR_INCLUDE_BLUETOOTH_MESH_CFG_H_ #define ZEPHYR_INCLUDE_BLUETOOTH_MESH_CFG_H_ #include <stdbool.h> #include <stddef.h> #include <sys/types.h> /** * @brief Runtime Configuration * @defgroup bt_mesh_cfg Runtime Configuration ...
/content/code_sandbox/include/zephyr/bluetooth/mesh/cfg.h
objective-c
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
5,527
```objective-c /** @file * @brief Advanced Audio Distribution Profile header. */ /* * */ #ifndef ZEPHYR_INCLUDE_BLUETOOTH_A2DP_H_ #define ZEPHYR_INCLUDE_BLUETOOTH_A2DP_H_ #include <stdint.h> #include <zephyr/bluetooth/bluetooth.h> #include <zephyr/bluetooth/l2cap.h> #include <zephyr/bluetooth/classic/avdtp.h> #...
/content/code_sandbox/include/zephyr/bluetooth/classic/a2dp.h
objective-c
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
8,003
```objective-c /** @file * @brief Service Discovery Protocol handling. */ /* * */ #ifndef ZEPHYR_INCLUDE_BLUETOOTH_SDP_H_ #define ZEPHYR_INCLUDE_BLUETOOTH_SDP_H_ /** * @file * @brief Service Discovery Protocol (SDP) * @defgroup bt_sdp Service Discovery Protocol (SDP) * @ingroup bluetooth * @{ */ #include ...
/content/code_sandbox/include/zephyr/bluetooth/classic/sdp.h
objective-c
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
7,480
```objective-c /** @file * @brief Audio/Video Distribution Transport Protocol header. */ /* * */ #ifndef ZEPHYR_INCLUDE_BLUETOOTH_AVDTP_H_ #define ZEPHYR_INCLUDE_BLUETOOTH_AVDTP_H_ #ifdef __cplusplus extern "C" { #endif /** * @brief AVDTP error code */ enum bt_avdtp_err_code { /** The response is success, it ...
/content/code_sandbox/include/zephyr/bluetooth/classic/avdtp.h
objective-c
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
1,255
```objective-c /** @file * @brief Handsfree Profile Audio Gateway handling. */ /* * */ #ifndef ZEPHYR_INCLUDE_BLUETOOTH_HFP_AG_H_ #define ZEPHYR_INCLUDE_BLUETOOTH_HFP_AG_H_ /** * @brief Hands Free Profile - Audio Gateway (HFP-AG) * @defgroup bt_hfp_ag Hands Free Profile - Audio Gateway (HFP-AG) * @ingroup blu...
/content/code_sandbox/include/zephyr/bluetooth/classic/hfp_ag.h
objective-c
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
2,184
```objective-c /** @file * @brief Bluetooth RFCOMM handling */ /* * */ #ifndef ZEPHYR_INCLUDE_BLUETOOTH_RFCOMM_H_ #define ZEPHYR_INCLUDE_BLUETOOTH_RFCOMM_H_ /** * @brief RFCOMM * @defgroup bt_rfcomm RFCOMM * @ingroup bluetooth * @{ */ #include <zephyr/bluetooth/buf.h> #include <zephyr/bluetooth/conn.h> #i...
/content/code_sandbox/include/zephyr/bluetooth/classic/rfcomm.h
objective-c
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
1,386
```objective-c /** * @file * @brief Header for Bluetooth GMAP LC3 presets. * * */ #ifndef ZEPHYR_INCLUDE_BLUETOOTH_AUDIO_GMAP_LC3_PRESET_ #define ZEPHYR_INCLUDE_BLUETOOTH_AUDIO_GMAP_LC3_PRESET_ /** * @brief Gaming Audio Profile (GMAP) LC3 Presets * * @defgroup bt_gmap_lc3_preset Gaming Audio Profile (GMAP) LC...
/content/code_sandbox/include/zephyr/bluetooth/audio/gmap_lc3_preset.h
objective-c
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
2,945
```objective-c /** * @file * @brief Bluetooth Audio Input Control Service APIs. */ /* * */ #ifndef ZEPHYR_INCLUDE_BLUETOOTH_SERVICES_AICS_H_ #define ZEPHYR_INCLUDE_BLUETOOTH_SERVICES_AICS_H_ /** * @brief Audio Input Control Service (AICS) * * @defgroup bt_gatt_aics Audio Input Control Service (AICS) * * @s...
/content/code_sandbox/include/zephyr/bluetooth/audio/aics.h
objective-c
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
3,859
```objective-c /** * @file * @brief Bluetooth Hearing Access Service (HAS) APIs. */ /* * */ #ifndef ZEPHYR_INCLUDE_BLUETOOTH_AUDIO_HAS_H_ #define ZEPHYR_INCLUDE_BLUETOOTH_AUDIO_HAS_H_ /** * @brief Hearing Access Service (HAS) * * @defgroup bt_has Hearing Access Service (HAS) * * @since 3.1 * @version 0.8....
/content/code_sandbox/include/zephyr/bluetooth/audio/has.h
objective-c
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
3,756
```objective-c /** * @file * @brief Bluetooth Media Control Client (MCC) APIs. */ /* * */ #ifndef ZEPHYR_INCLUDE_BLUETOOTH_AUDIO_MCC_ #define ZEPHYR_INCLUDE_BLUETOOTH_AUDIO_MCC_ /** * @brief Bluetooth Media Control Client (MCC) interface * * Updated to the Media Control Profile specification revision 1.0 * ...
/content/code_sandbox/include/zephyr/bluetooth/audio/mcc.h
objective-c
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
8,202
```objective-c /** * @file * @brief Bluetooth LC3 codec handling */ /* * */ #ifndef ZEPHYR_INCLUDE_BLUETOOTH_AUDIO_LC3_H_ #define ZEPHYR_INCLUDE_BLUETOOTH_AUDIO_LC3_H_ /** * @brief LC3 * @defgroup BT_AUDIO_CODEC_LC3 AUDIO * @ingroup bluetooth * @{ */ #include <zephyr/sys/util_macro.h> #include <zephyr/blue...
/content/code_sandbox/include/zephyr/bluetooth/audio/lc3.h
objective-c
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
1,506
```objective-c /** * @file * @brief Header for Bluetooth TMAP. * * */ #ifndef ZEPHYR_INCLUDE_BLUETOOTH_AUDIO_TMAP_ #define ZEPHYR_INCLUDE_BLUETOOTH_AUDIO_TMAP_ #include <zephyr/autoconf.h> #include <zephyr/bluetooth/conn.h> #include <zephyr/sys/util.h> #include <zephyr/sys/util_macro.h> /** Call Gateway (CG) su...
/content/code_sandbox/include/zephyr/bluetooth/audio/tmap.h
objective-c
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
1,167
```objective-c /** * @file * @brief Bluetooth Volume Offset Control Service (VOCS) APIs. */ /* * */ #ifndef ZEPHYR_INCLUDE_BLUETOOTH_SERVICES_VOCS_H_ #define ZEPHYR_INCLUDE_BLUETOOTH_SERVICES_VOCS_H_ /** * @brief Volume Offset Control Service (VOCS) * * @defgroup bt_gatt_vocs Volume Offset Control Service (V...
/content/code_sandbox/include/zephyr/bluetooth/audio/vocs.h
objective-c
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
2,386
```objective-c /** * @file * @brief Bluetooth Coordinated Set Identification Profile (CSIP) APIs. */ /* * */ #ifndef ZEPHYR_SUBSYS_BLUETOOTH_AUDIO_CSIP_H_ #define ZEPHYR_SUBSYS_BLUETOOTH_AUDIO_CSIP_H_ /** * @brief Coordinated Set Identification Profile (CSIP) * * @defgroup bt_gatt_csip Coordinated Set Identi...
/content/code_sandbox/include/zephyr/bluetooth/audio/csip.h
objective-c
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
4,377
```objective-c /** * @file * @brief Bluetooth Microphone Control Profile (MICP) APIs. */ /* * */ #ifndef ZEPHYR_INCLUDE_BLUETOOTH_MICP_H_ #define ZEPHYR_INCLUDE_BLUETOOTH_MICP_H_ /** * @brief Microphone Control Profile (MICP) * * @defgroup bt_gatt_micp Microphone Control Profile (MICP) * * @since 2.7 * @v...
/content/code_sandbox/include/zephyr/bluetooth/audio/micp.h
objective-c
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
2,466
```objective-c /** * @file * @brief Bluetooth Audio handling */ /* * */ #ifndef ZEPHYR_INCLUDE_BLUETOOTH_AUDIO_AUDIO_H_ #define ZEPHYR_INCLUDE_BLUETOOTH_AUDIO_AUDIO_H_ /** * @brief Bluetooth Audio * @defgroup bt_audio Bluetooth Audio * @ingroup bluetooth * @{ */ #include <stdbool.h> #include <stddef.h> #in...
/content/code_sandbox/include/zephyr/bluetooth/audio/audio.h
objective-c
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
18,727
```objective-c /** * @file * @brief Bluetooth Media Proxy APIs */ /* * */ #ifndef ZEPHYR_INCLUDE_BLUETOOTH_AUDIO_MEDIA_PROXY_H_ #define ZEPHYR_INCLUDE_BLUETOOTH_AUDIO_MEDIA_PROXY_H_ /** * @brief Media proxy module * * @defgroup bt_media_proxy Media Proxy * * @since 3.0 * @version 0.8.0 * * @ingroup blue...
/content/code_sandbox/include/zephyr/bluetooth/audio/media_proxy.h
objective-c
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
13,420
```objective-c /** * @file * @brief Header for Bluetooth Gaming Audio Profile (GMAP). * * */ #ifndef ZEPHYR_INCLUDE_BLUETOOTH_AUDIO_GMAP_ #define ZEPHYR_INCLUDE_BLUETOOTH_AUDIO_GMAP_ /** * @brief Bluetooth Gaming Audio Profile (GMAP) * * @defgroup bt_gmap Bluetooth Gaming Audio Profile * * @since 3.5 * @ve...
/content/code_sandbox/include/zephyr/bluetooth/audio/gmap.h
objective-c
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
2,092
```objective-c /** * @file * @brief Header for Bluetooth BAP. * * */ #ifndef ZEPHYR_INCLUDE_BLUETOOTH_AUDIO_BAP_ #define ZEPHYR_INCLUDE_BLUETOOTH_AUDIO_BAP_ /** * @brief Bluetooth Basic Audio Profile (BAP) * @defgroup bt_bap Bluetooth Basic Audio Profile * * @since 3.0 * @version 0.8.0 * * @ingroup blueto...
/content/code_sandbox/include/zephyr/bluetooth/audio/bap.h
objective-c
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
19,838
```objective-c /** * @file * @brief Bluetooth Volume Control Profile (VCP) APIs. */ /* * */ #ifndef ZEPHYR_INCLUDE_BLUETOOTH_SERVICES_VCP_H_ #define ZEPHYR_INCLUDE_BLUETOOTH_SERVICES_VCP_H_ /** * @brief Volume Control Profile (VCP) * * @defgroup bt_gatt_vcp Volume Control Profile (VCP) * * @since 2.7 * @v...
/content/code_sandbox/include/zephyr/bluetooth/audio/vcp.h
objective-c
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
4,419
```objective-c /** * @file * @brief Bluetooth Media Control Service (MCS) APIs. */ /* * */ #ifndef ZEPHYR_INCLUDE_BLUETOOTH_AUDIO_MCS_H_ #define ZEPHYR_INCLUDE_BLUETOOTH_AUDIO_MCS_H_ /** * @brief Media Control Service (MCS) * * @defgroup bt_mcs Media Control Service (MCS) * * @since 3.0 * @version 0.8.0 *...
/content/code_sandbox/include/zephyr/bluetooth/audio/mcs.h
objective-c
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
3,266
```objective-c /** * @file * @brief Bluetooth Published Audio Capabilities Service (PACS) APIs */ * */ #ifndef ZEPHYR_INCLUDE_BLUETOOTH_AUDIO_PACS_H_ #define ZEPHYR_INCLUDE_BLUETOOTH_AUDIO_PACS_H_ /** * @brief Published Audio Capabilities Service (PACS) * * @defgroup bt_gatt_csip Coordinated Set Identificati...
/content/code_sandbox/include/zephyr/bluetooth/audio/pacs.h
objective-c
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
1,203
```objective-c /** * @file * @brief Public Broadcast Profile (PBP) APIs. */ /* * */ #ifndef ZEPHYR_INCLUDE_BLUETOOTH_AUDIO_PBP_ #define ZEPHYR_INCLUDE_BLUETOOTH_AUDIO_PBP_ /** * @brief Public Broadcast Profile (PBP) * * @defgroup bt_pbp Public Broadcast Profile (PBP) * * @since 3.5 * @version 0.8.0 * * @...
/content/code_sandbox/include/zephyr/bluetooth/audio/pbp.h
objective-c
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
761
```objective-c /** * @file * @brief Header for Bluetooth BAP LC3 presets. * * */ #ifndef ZEPHYR_INCLUDE_BLUETOOTH_AUDIO_BAP_LC3_PRESET_ #define ZEPHYR_INCLUDE_BLUETOOTH_AUDIO_BAP_LC3_PRESET_ /** * @brief Basic Audio Profile (BAP) LC3 Presets * * @defgroup bt_bap_lc3_preset Basic Audio Profile (BAP) LC3 Preset...
/content/code_sandbox/include/zephyr/bluetooth/audio/bap_lc3_preset.h
objective-c
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
11,388
```objective-c /** * @file * @brief Bluetooth Common Audio Profile (CAP) APIs. */ /* * */ #ifndef ZEPHYR_INCLUDE_BLUETOOTH_AUDIO_CAP_H_ #define ZEPHYR_INCLUDE_BLUETOOTH_AUDIO_CAP_H_ /** * @brief Common Audio Profile (CAP) * * @defgroup bt_cap Common Audio Profile (CAP) * * @since 3.2 * @version 0.8.0 * ...
/content/code_sandbox/include/zephyr/bluetooth/audio/cap.h
objective-c
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
9,070
```objective-c /* * */ /** * @file * @brief Public API for retention API */ #ifndef ZEPHYR_INCLUDE_RETENTION_ #define ZEPHYR_INCLUDE_RETENTION_ #include <stdint.h> #include <stddef.h> #include <sys/types.h> #include <zephyr/kernel.h> #include <zephyr/device.h> #include <zephyr/types.h> #ifdef __cplusplus exter...
/content/code_sandbox/include/zephyr/retention/retention.h
objective-c
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
753
```objective-c /* * */ /** * @file * @brief Public API for boot mode interface */ #ifndef ZEPHYR_INCLUDE_RETENTION_BOOTMODE_ #define ZEPHYR_INCLUDE_RETENTION_BOOTMODE_ #include <stdint.h> #include <stddef.h> #include <zephyr/kernel.h> #include <zephyr/device.h> #include <zephyr/types.h> #ifdef __cplusplus exte...
/content/code_sandbox/include/zephyr/retention/bootmode.h
objective-c
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
385
```objective-c /* * */ /** * @file * @brief Public API for boot mode interface */ #ifndef ZEPHYR_INCLUDE_RETENTION_BLINFO_ #define ZEPHYR_INCLUDE_RETENTION_BLINFO_ #include <stdint.h> #include <stddef.h> #include <zephyr/kernel.h> #if defined(CONFIG_RETENTION_BOOTLOADER_INFO_TYPE_MCUBOOT) #include <bootutil/bo...
/content/code_sandbox/include/zephyr/retention/blinfo.h
objective-c
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
323
```objective-c /** * @file * @brief Public APIs for Bluetooth Telephone Bearer Service. * * */ #ifndef ZEPHYR_INCLUDE_BLUETOOTH_AUDIO_TBS_H_ #define ZEPHYR_INCLUDE_BLUETOOTH_AUDIO_TBS_H_ /** * @brief Telephone Bearer Service (TBS) * * @defgroup bt_tbs Telephone Bearer Service (TBS) * * @since 3.0 * @versio...
/content/code_sandbox/include/zephyr/bluetooth/audio/tbs.h
objective-c
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
8,556
```objective-c /* * */ #ifndef ZEPHYR_INCLUDE_SYSCALL_HANDLER_H_ #define ZEPHYR_INCLUDE_SYSCALL_HANDLER_H_ /** * @brief User mode and Syscall APIs * @defgroup syscall_apis User mode and Syscall APIs * @ingroup internal_api * @{ */ #if defined(CONFIG_USERSPACE) || defined(__DOXYGEN__) #ifndef _ASMLANGUAGE #inc...
/content/code_sandbox/include/zephyr/internal/syscall_handler.h
objective-c
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
5,585
```objective-c /* * */ #ifndef ZEPHYR_MISC_LOREM_IPSUM_H_ #define ZEPHYR_MISC_LOREM_IPSUM_H_ #include <zephyr/toolchain.h> /* * N.B. These strings are generally only used for tests and samples. They are not part of any * official Zephyr API, but were moved to reduce duplication. */ /* Generated by path_to_url ...
/content/code_sandbox/include/zephyr/misc/lorem_ipsum.h
objective-c
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
762
```objective-c /* * */ /** * @brief hawkBit Firmware Over-the-Air for Zephyr Project. * @defgroup hawkbit hawkBit Firmware Over-the-Air * @ingroup third_party * @{ */ #ifndef ZEPHYR_INCLUDE_MGMT_HAWKBIT_H_ #define ZEPHYR_INCLUDE_MGMT_HAWKBIT_H_ #include <zephyr/net/tls_credentials.h> #define HAWKBIT_JSON_URL ...
/content/code_sandbox/include/zephyr/mgmt/hawkbit.h
objective-c
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
1,744
```objective-c /* * */ /** * @brief UpdateHub Firmware Over-the-Air for Zephyr Project. * @defgroup updatehub UpdateHub Firmware Over-the-Air * @ingroup third_party * @{ */ #ifndef ZEPHYR_INCLUDE_MGMT_UPDATEHUB_H_ #define ZEPHYR_INCLUDE_MGMT_UPDATEHUB_H_ #ifdef __cplusplus extern "C" { #endif /** * @brief R...
/content/code_sandbox/include/zephyr/mgmt/updatehub.h
objective-c
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
644
```objective-c /* * */ #ifndef H_SMP_CLIENT_ #define H_SMP_CLIENT_ #include <zephyr/kernel.h> #include <zephyr/net/buf.h> #include <mgmt/mcumgr/transport/smp_internal.h> #include <zephyr/mgmt/mcumgr/smp/smp.h> #include <zephyr/mgmt/mcumgr/transport/smp.h> /** * @brief MCUmgr SMP client API * @defgroup mcumgr_smp...
/content/code_sandbox/include/zephyr/mgmt/mcumgr/smp/smp_client.h
objective-c
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
762
```objective-c /* * */ /** * @file * @brief Open Supervised Device Protocol (OSDP) public API header file. */ #ifndef _OSDP_H_ #define _OSDP_H_ #include <zephyr/kernel.h> #include <stdint.h> #include <zephyr/sys/slist.h> #ifdef __cplusplus extern "C" { #endif #define OSDP_CMD_TEXT_MAX_LEN 32 /**< Ma...
/content/code_sandbox/include/zephyr/mgmt/osdp.h
objective-c
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
3,278
```objective-c /* * */ #ifndef ZEPHYR_INCLUDE_ZEPHYR_MCUMGR_GRP_ZBASIC_H_ #define ZEPHYR_INCLUDE_ZEPHYR_MCUMGR_GRP_ZBASIC_H_ #ifdef __cplusplus extern "C" { #endif /** * Command IDs for zephyr basic management group. */ #define ZEPHYR_MGMT_GRP_BASIC_CMD_ERASE_STORAGE 0 /* Command to erase storage partition */ /*...
/content/code_sandbox/include/zephyr/mgmt/mcumgr/grp/zephyr/zephyr_basic.h
objective-c
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
259
```objective-c /* * */ /** * @file * @brief SMP - Simple Management Protocol. * * SMP is a basic protocol that sits on top of the mgmt layer. SMP requests * and responses have the following format: * * [Offset 0]: Mgmt header * [Offset 8]: CBOR map of command-specific key-value pairs. * * SMP request pa...
/content/code_sandbox/include/zephyr/mgmt/mcumgr/smp/smp.h
objective-c
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
1,046
```objective-c /* * */ #ifndef H_FS_MGMT_ #define H_FS_MGMT_ #ifdef __cplusplus extern "C" { #endif /** * Command IDs for file system management group. */ #define FS_MGMT_ID_FILE 0 #define FS_MGMT_ID_STAT 1 #define FS_MGMT_ID_HASH_CHECKSUM 2 #define FS_MGMT_ID_SUPPORTED_HASH_CHECKSUM 3 #define FS_MGMT_ID_...
/content/code_sandbox/include/zephyr/mgmt/mcumgr/grp/fs_mgmt/fs_mgmt.h
objective-c
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
607
```objective-c /* * */ #ifndef H_MGMT_MCUMGR_GRP_FS_MGMT_CHKSUM_ #define H_MGMT_MCUMGR_GRP_FS_MGMT_CHKSUM_ #include <zephyr/kernel.h> #include <zephyr/fs/fs.h> #ifdef __cplusplus extern "C" { #endif /** @typedef fs_mgmt_hash_checksum_handler_fn * @brief Function that gets called to generate a hash or checksum. ...
/content/code_sandbox/include/zephyr/mgmt/mcumgr/grp/fs_mgmt/fs_mgmt_hash_checksum.h
objective-c
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
605
```objective-c /* * */ #ifndef H_MCUMGR_FS_MGMT_CALLBACKS_ #define H_MCUMGR_FS_MGMT_CALLBACKS_ #ifdef __cplusplus extern "C" { #endif /** * @brief MCUmgr fs_mgmt callback API * @defgroup mcumgr_callback_api_fs_mgmt MCUmgr fs_mgmt callback API * @ingroup mcumgr_callback_api * @{ */ /** The type of operation t...
/content/code_sandbox/include/zephyr/mgmt/mcumgr/grp/fs_mgmt/fs_mgmt_callbacks.h
objective-c
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
354
```objective-c /* * */ #ifndef H_MCUMGR_SETTINGS_MGMT_CALLBACKS_ #define H_MCUMGR_SETTINGS_MGMT_CALLBACKS_ #ifdef __cplusplus extern "C" { #endif /** * @brief MCUmgr settings_mgmt callback API * @defgroup mcumgr_callback_api_settings_mgmt MCUmgr settings_mgmt callback API * @ingroup mcumgr_callback_api * @{ *...
/content/code_sandbox/include/zephyr/mgmt/mcumgr/grp/settings_mgmt/settings_mgmt_callbacks.h
objective-c
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
403