Searched full:service (Results 1 – 25 of 361) sorted by relevance
12345678910>>...15
/Zephyr-Core-2.7.6/include/bluetooth/audio/ |
D | vcs.h | 11 * @brief Volume Control Service (VCS) 13 * @defgroup bt_gatt_vcs Volume Control Service (VCS) 38 /** Volume Control Service Error codes */ 42 /** Volume Control Service Mute Values */ 46 /** @brief Opaque Volume Control Service instance. */ 49 /** Register structure for Volume Control Service */ 66 /** Volume Control Service callback structure. */ 71 * @brief Volume Control Service included services 73 * Used for to represent the Volume Control Service included service instances, 75 * local server instances, or remote service instances. [all …]
|
D | mics.h | 11 * @brief Microphone Input Control Service (Microphone Input Control Service) 13 * @defgroup bt_gatt_mics Microphone Input Control Service (Microphone Input Control Service) 39 /** Microphone Input Control Service mute states */ 44 /** @brief Opaque Microphone Input Control Service instance. */ 47 /** @brief Register parameters structure for Microphone Input Control Service */ 52 /** Microphone Input Control Service callback structure. */ 57 * @brief Microphone Input Control Service included services 59 * Used for to represent the Microphone Input Control Service included service 61 * either represent local server instances, or remote service instances. 64 /** Number of Audio Input Control Service instances */ [all …]
|
D | vocs.h | 11 * @brief Volume Offset Control Service (VOCS) 13 * @defgroup bt_gatt_vocs Volume Offset Control Service (VOCS) 18 * The Volume Offset Control Service is a secondary service, and as such should not be used own its 19 * own, but rather in the context of another (primary) service. 35 /** Volume Offset Control Service Error codes */ 43 /** @brief Opaque Volume Offset Control Service instance. */ 46 /** @brief Structure for registering a Volume Offset Control Service instance. */ 67 /** @brief Structure for discovering a Volume Offset Control Service instance. */ 84 * @brief Get a free service instance of Volume Offset Control Service from the pool. 86 * @return Volume Offset Control Service instance in case of success or NULL in case of error. [all …]
|
D | aics.h | 11 * @brief Audio Input Control Service (AICS) 13 * @defgroup bt_gatt_aics Audio Input Control Service (AICS) 18 * The Audio Input Control Service is a secondary service, and as such should not be used on its 19 * own, but rather in the context of another (primary) service. 36 /** Audio Input Control Service mute states */ 41 /** Audio Input Control Service input modes */ 47 /** Audio Input Control Service input types */ 56 /** Audio Input Control Service Error codes */ 63 /** @brief Opaque Audio Input Control Service instance. */ 66 /** @brief Structure for initializing a Audio Input Control Service instance. */ [all …]
|
/Zephyr-Core-2.7.6/include/net/ |
D | dns_sd.h | 2 * @brief DNS Service Discovery 22 * @brief DNS Service Discovery 25 * advvertise a service, system or application code should use 31 * @defgroup dns_sd DNS Service Discovery 60 * Currently sub-types and service domains are unsupported and only the 76 * Currently sub-types and service domains are unsupported and only the 86 * @brief Register a service for DNS Service Discovery 93 * ephemeral port usage - i.e. when the service is bound using port number 0. 99 * The service can be referenced using the @p id variable. 101 * @param id variable name for the DNS-SD service record [all …]
|
/Zephyr-Core-2.7.6/subsys/bluetooth/audio/ |
D | Kconfig.vocs | 1 # Bluetooth Audio - Volume Offset Control Service options 10 ##################### Volume Offset Control Service ##################### 13 int "Volume Offset Control Service max instance count" 24 This hidden option enables support for Volume Control Service. 29 int "Volume Offset Control Service max output description size" 38 bool "Volume Offset Control Service debug" 41 Use this option to enable Volume Offset Control Service debug logs for 46 ##################### Volume Offset Control Service Client ##################### 49 int "Volume Offset Control Service client max instance count" 54 Control Service clients. [all …]
|
D | Kconfig.aics | 1 # Bluetooth Audio - Audio Input Control Service options 11 ##################### Audio Input Control Service ##################### 14 int "Audio Input Control Service max instance count" 25 This hidden option enables support for Audio Input Control Service. 30 int "Audio Input Control Service max input description size" 38 bool "Audio Input Control Service debug" 41 Use this option to enable Audio Input Control Service debug logs for 46 ##################### Audio Input Control Service Client ##################### 49 int "Audio Input Control Service client max instance count" 60 This hidden option enables support for Audio Input Control Service. [all …]
|
D | Kconfig.mics | 1 # Bluetooth Audio - Microphone Input Control Service options 11 ##################### Microphone Input Control Service ##################### 14 bool "Microphone Input Control Service Support" 17 This option enables support for Microphone Input Control Service. 22 int "Audio Input Control Service instance count for Microphone Input Control Service" 39 bool "Microphone Input Control Service debug" 42 Use this option to enable Microphone Input Control Service debug logs 59 int "Maximum number of Audio Input Control Service instances to setup" 63 Sets the maximum number of Audio Input Control Service (AICS)
|
D | Kconfig.vcs | 11 ##################### Volume Control Service ##################### 14 bool "Volume Control Service Support" 17 This option enables support for Volume Control Service. 21 int "Volume Offset Control Service instance count" 36 int "Audio Input Control Service instance count for VCS" 53 bool "Volume Control Service debug" 56 Use this option to enable Volume Control Service debug logs for the 77 Sets the maximum number of Volume Offset Control Service (VOCS) 92 Sets the maximum number of Audio Input Control Service (AICS)
|
/Zephyr-Core-2.7.6/samples/subsys/ipc/ipc_service/ |
D | README.rst | 3 IPC Service 9 IPC Service is an abstraction layer. 13 This sample demonstrates how to integrate IPC Service with Zephyr. 37 IPC Service [master 1] demo started 39 IPC Service [master 2] demo started 47 IPC Service [master 1] demo ended. 49 IPC Service [master 2] demo ended. 56 IPC Service [remote 1] demo started 58 IPC Service [remote 2] demo started 67 IPC Service [remote 1] demo ended. [all …]
|
/Zephyr-Core-2.7.6/include/sys/ |
D | onoff.h | 20 * @defgroup resource_mgmt_onoff_apis On-Off Service APIs 38 * @brief Mask used to isolate bits defining the service state. 50 * @brief Value exposed by ONOFF_STATE_MASK when service is off. 55 * @brief Value exposed by ONOFF_STATE_MASK when service is on. 60 * @brief Value exposed by ONOFF_STATE_MASK when the service is in an 66 * @brief Value exposed by ONOFF_STATE_MASK when service is 72 * @brief Value exposed by ONOFF_STATE_MASK when service is 78 * @brief Value exposed by ONOFF_STATE_MASK when service is in the 91 * Functions of this type are passed to service-specific transition 99 * indicated the service shall enter an error state. [all …]
|
D | notify.h | 61 * These bits are intended for use by containing service 95 * service-specific, but the value shall be non-negative if the 107 * service-specific client structure, such as onoff_client. 109 * Control of the containing object transfers to the service provider 110 * when a pointer to the object is passed to a service function that 112 * onoff_service_request(). While the service provider controls the 115 * * if the call to the service API returns an error; 117 * call to the service API returns. 160 * for use by service extensions while the containing object 161 * is managed by the service. They are not for client use, [all …]
|
/Zephyr-Core-2.7.6/subsys/bluetooth/services/ |
D | Kconfig.dis | 1 # GATT Device Information service 7 bool "Enable GATT Device Information service" 12 bool "Enable Settings usage in Device Information Service" 15 Enable Settings usage in Device Information Service. 30 The device model inside Device Information Service. 36 The device manufacturer inside Device Information Service. 42 Enable PnP_ID characteristic in Device Information Service. 104 Enable Serial Number characteristic in Device Information Service. 110 Enable Serial Number characteristic in Device Information Service. 115 Enable Firmware Revision characteristic in Device Information Service. [all …]
|
/Zephyr-Core-2.7.6/subsys/ipc/rpmsg_service/ |
D | Kconfig | 26 bool "RPMsg service for multiple users" 30 Enables support for a service that can be shared by multiple 78 prompt "RPMsg Service mode" 95 RPMsg service. 102 created in the RPMsg Service backend module to prevent notifying 103 service users about received data from the system work queue. 106 int "Initialization priority of RPMsg service" 109 The order of RPMsg Service initialization and endpoints registration 118 The endpoints must be registered before RPMsg Service is initialized. 123 module-str = RPMsg service and backend
|
/Zephyr-Core-2.7.6/subsys/ipc/ipc_service/ |
D | Kconfig | 5 bool "IPC service support multiple backends" 7 Enables support for a service that can be shared by multiple 10 the IPC Service. 15 prompt "IPC Service backend" 37 module-str = IPC service and backend
|
/Zephyr-Core-2.7.6/samples/subsys/ipc/rpmsg_service/ |
D | README.rst | 3 RPMsg Service sample Application 9 RPMsg Service is an abstraction created over OpenAMP that makes initialization 11 This application demonstrates how to use RPMsg Service in Zephyr. It is designed 12 to demonstrate how to integrate RPMsg Service with Zephyr both from a build 55 RPMsg Service [master] demo started 61 RPMsg Service demo ended. 69 RPMsg Service [remote] demo started 75 RPMsg Service demo ended. 107 RPMsg Service [master] demo started 113 RPMsg Service demo ended. [all …]
|
/Zephyr-Core-2.7.6/samples/tfm_integration/tfm_regression_test/ |
D | README.rst | 70 … Test suite 'Initial Attestation Service secure interface tests(TFM_ATTEST_TEST_1XXX)' has PASSED 71 Test suite 'Platform Service Secure interface tests(TFM_PLATFORM_TEST_1XXX)' has PASSED 82 Description: 'Test service request from NS thread mode' 85 Description: 'Test the success of service init' 88 Description: 'Test secure service buffer accesses' 91 Description: 'Test secure service to service call' 94 Description: 'Test secure service to service call with buffer handling' 97 Description: 'Test service parameter sanitization' 110 Test suite 'Platform Service Non-Secure interface tests(TFM_PLATFORM_TEST_2XXX)' has PASSED 111 …Test suite 'Initial Attestation Service non-secure interface tests(TFM_ATTEST_TEST_2XXX)' has PAS…
|
/Zephyr-Core-2.7.6/doc/reference/resource_management/ |
D | index.rst | 26 An on-off manager supports an arbitrary number of clients of a service 32 * The stable states are off, on, and error. The service always begins 33 in the off state. The service may also be in a transition to a given 38 transition). The service manages the state based on calls to 40 * The service transitions from off to on when first client request is 42 * The service transitions from on to off when last client release is 44 * Each service configuration provides functions that implement the 52 progress: when the service has turned off successfully it will be 70 Clients and other components interested in tracking all service state 71 changes, including when a service begins turning off or enters an error
|
/Zephyr-Core-2.7.6/subsys/net/lib/dns/ |
D | dns_sd.h | 43 * Currently sub-types and service domains are unsupported and only the 65 * @brief Extract the Service, Protocol, and Domain from a DNS-SD PTR query 80 * @param service buffer to store the null-terminated service 81 * @param service_size the size of @p service 91 size_t query_size, struct dns_sd_rec *record, char *service, 115 * // match records with service "_http" 116 * .service = "_http", 143 * @brief Handle a DNS PTR Query with DNS Service Discovery 168 * @brief Handle a Service Type Enumeration with DNS Service Discovery 170 * This function should be called once for each type of advertised service. [all …]
|
/Zephyr-Core-2.7.6/samples/bluetooth/eddystone/ |
D | README.rst | 8 Application demonstrating `Eddystone Configuration Service`_ 10 The Eddystone Configuration Service runs as a GATT service on the beacon while 30 .. _Eddystone Configuration Service: https://github.com/google/eddystone/tree/master/configuration-…
|
/Zephyr-Core-2.7.6/tests/bluetooth/bsim_bt/edtt_ble_test_app/gatt_test_app/src/gatt/ |
D | gatt_macs.h | 74 * @brief Primary Service Declaration Macro. 76 * Helper macro to declare a primary service attribute. 78 * @param _service Service attribute value. 79 * @param _handle Service attribute handle. 90 * @brief Secondary Service Declaration Macro. 92 * Helper macro to declare a secondary service attribute. 94 * @param _service Service attribute value. 95 * @param _handle Service attribute handle. 106 * @brief Include Service Declaration Macro. 108 * Helper macro to declare database internal include service attribute. [all …]
|
D | service_e_3.c | 7 * @brief Service E 20 * @brief UUID for the Service E 32 * @brief Register the Service E and all its Characteristics... 40 * @brief Un-Register the Service E and all its Characteristics...
|
/Zephyr-Core-2.7.6/doc/security/ |
D | sensor-threat.rst | 12 microcontroller. This microcontroller connects to a cloud service, and 13 relays this sensor data to this service. The cloud service is also able 23 cloud service. The particulars of these interfaces can impact the threat 62 3. **Root certificate list**. In order to authenticate the cloud service 65 based services, this list will generally be provided by the service 70 4. **Client secrets**. To authenticate the client to the service, the 77 This secret is generally generated by the service provider, or by 81 Typically, the service will allow two or three active keys to allow 99 time are denial of service (the device rejects valid certificates), 106 delivered to the service shall be delivered without modification or [all …]
|
/Zephyr-Core-2.7.6/include/bluetooth/ |
D | uuid.h | 261 * @brief Immediate Alert Service UUID value 265 * @brief Immediate Alert Service 270 * @brief Link Loss Service UUID value 274 * @brief Link Loss Service 279 * @brief Tx Power Service UUID value 283 * @brief Tx Power Service 288 * @brief Current Time Service UUID value 292 * @brief Current Time Service 297 * @brief Health Thermometer Service UUID value 301 * @brief Health Thermometer Service [all …]
|
/Zephyr-Core-2.7.6/arch/arc/core/secureshield/ |
D | secure_sys_services.c | 22 * an secure service to access secure aux regs. Check should be done 37 * an secure service to access secure aux regs. Check should be done 63 * If normal world wants to use an interrupt, through this secure service to 75 * \todo, to access MPU from normal mode, secure mpu service should be 76 * created. In the secure mpu service, the parameters should be checked 83 * \todo, how to add secure service easily
|
12345678910>>...15