Searched +full:perm +full:- +full:secure (Results 1 – 4 of 4) sorted by relevance
/Zephyr-latest/dts/bindings/reserved-memory/ |
D | nordic,owned-memory.yaml | 2 # SPDX-License-Identifier: Apache-2.0 13 reserved-memory { 15 compatible = "nordic,owned-memory"; 36 compatible: "nordic,owned-memory" 38 include: [base.yaml, "zephyr,memory-common.yaml"] 47 Array of (owner-id, permission-flags) pairs, where: 49 - Owner ID represents the domain that will have access to this memory. 53 - Permissions are encoded as a 32-bit bitfield, using the flags found in 54 include/zephyr/dt-bindings/reserved-memory/nordic-owned-memory.h, 64 owner-id: [all …]
|
/Zephyr-latest/include/zephyr/mgmt/ |
D | osdp.h | 4 * SPDX-License-Identifier: Apache-2.0 41 * - 0 - NOP – do not alter this output 42 * - 1 - set the permanent state to OFF, abort timed operation (if any) 43 * - 2 - set the permanent state to ON, abort timed operation (if any) 44 * - 3 - set the permanent state to OFF, allow timed operation to complete 45 * - 4 - set the permanent state to ON, allow timed operation to complete 46 * - 5 - set the temporary state to ON, resume perm state on timeout 47 * - 6 - set the temporary state to OFF, resume permanent state on timeout 69 * @brief LED params sub-structure. Part of LED command. See @ref osdp_cmd_led. 75 * - 0 - NOP - do not alter this LED's temporary settings. [all …]
|
/Zephyr-latest/include/zephyr/bluetooth/ |
D | gatt.h | 6 * Copyright (c) 2015-2016 Intel Corporation 8 * SPDX-License-Identifier: Apache-2.0 38 /** No operations supported, e.g. for notify-only */ 61 * If set, requires encryption using authenticated link-key for read 68 * If set, requires encryption using authenticated link-key for write 80 /** @brief Attribute read permission with LE Secure Connection encryption. 82 * If set, requires that LE Secure Connections is used for read access. 86 /** @brief Attribute write permission with LE Secure Connection encryption. 88 * If set, requires that LE Secure Connections is used for write access. 100 #define BT_GATT_ERR(_att_err) (-(_att_err)) [all …]
|
/Zephyr-latest/subsys/bluetooth/host/ |
D | att.c | 1 /* att.c - Attribute protocol handling */ 4 * Copyright (c) 2015-2016 Intel Corporation 6 * SPDX-License-Identifier: Apache-2.0 79 /* Total number of flags - must be at the end of the enum */ 120 return atomic_test_bit(chan->flags, ATT_ENHANCED); in bt_att_is_enhanced() 130 return MIN(chan->chan.rx.mtu, chan->chan.tx.mtu); in bt_att_mtu() 133 /* Descriptor of application-specific authorization callbacks that are used 175 * will block until a request-resource is available, and the callbacks run on 176 * the same thread as the ATT response handler that frees request-resources. 190 /* To mapping tables are used to avoid a big gap with NULL-entries. */ in bt_att_err_to_str() [all …]
|