Searched refs:discovered (Results 1 – 25 of 34) sorted by relevance
12
/Zephyr-latest/subsys/bluetooth/audio/ |
D | ccp_call_control_client.c | 36 bool discovered; member 100 if (client->bearers[i].discovered) { in populate_bearers() 107 if (!client->bearers[i].discovered) { in populate_bearers() 129 client->bearers[0].discovered = true; in tbs_client_discover_cb() 144 client->bearers[idx].discovered = true; in tbs_client_discover_cb()
|
D | Kconfig.bap | 255 discovered and ready to use. Each characteristic may hold information
|
/Zephyr-latest/tests/bsim/bluetooth/audio/src/ |
D | csip_set_coordinator_test.c | 35 static volatile bool discovered; variable 126 discovered = true; in csip_discover_cb() 276 discovered = false; in discover_csis() 284 WAIT_FOR_COND(discovered); in discover_csis()
|
/Zephyr-latest/doc/connectivity/bluetooth/api/ |
D | gatt.rst | 76 field only attributes which matches will be discovered, in contrast setting it 77 to NULL allows all attributes to be discovered. 80 Caching discovered attributes is not supported.
|
/Zephyr-latest/cmake/toolchain/cross-compile/ |
D | target.cmake | 56 set(SYSROOT_DIR "${SYSROOT_DIR}" CACHE INTERNAL "Sysroot discovered")
|
/Zephyr-latest/doc/develop/west/ |
D | install.rst | 40 like ``west init``, ``west update``, along with any extensions discovered
|
D | build-flash-debug.rst | 785 :ref:`Zephyr modules <modules>` can have external runners discovered by adding python
|
/Zephyr-latest/doc/connectivity/bluetooth/shell/audio/ |
D | gmap.rst | 60 gmap discovered for conn 0x2001c7d8:
|
D | csip.rst | 34 Once the client has connected and discovered the handles, then it can
|
/Zephyr-latest/samples/sensor/ds18b20/ |
D | README.rst | 17 first available DS18B20 device discovered in the system. The sample checks the
|
/Zephyr-latest/doc/services/resource_management/ |
D | index.rst | 65 notified (and cancelled) when errors are discovered.
|
/Zephyr-latest/samples/boards/nordic/mesh/onoff-app/ |
D | README.rst | 68 provision <discovered UUID>
|
/Zephyr-latest/samples/boards/nordic/mesh/onoff_level_lighting_vnd_app/ |
D | README.rst | 85 provision <discovered UUID>
|
/Zephyr-latest/samples/sensor/bme280/ |
D | README.rst | 17 first available BME280 device discovered in the system. The sample checks the
|
/Zephyr-latest/doc/build/snippets/ |
D | writing.rst | 104 automatically be discovered by the build system, just as if
|
/Zephyr-latest/doc/develop/test/ |
D | bsim.rst | 172 Scripts starting with an underscore (``_``) are not automatically discovered and run. They can serve
|
D | pytest.rst | 30 Pytest-based test suites are discovered the same way as other twister tests, i.e., by a presence
|
/Zephyr-latest/doc/security/ |
D | sensor-threat.rst | 48 periodically as security vulnerabilities are discovered. Requirements 415 As new exploits are discovered, what is considered secure can
|
D | security-overview.rst | 571 updated whenever new vulnerabilities or exploits are discovered. During
|
/Zephyr-latest/cmake/modules/ |
D | dts.cmake | 146 message(FATAL_ERROR "Conflicting file names discovered. Cannot use both "
|
D | extensions.cmake | 2839 message(FATAL_ERROR "Conflicting file names discovered. Cannot use both ${filename_0} " 2886 message(FATAL_ERROR "Conflicting file names discovered. Cannot use both ${filename_0} " 2932 message(FATAL_ERROR "Conflicting file names discovered. Cannot use both " 3084 # If a single '\' is discovered, such as 'foo\bar', then it must be escaped like: 'foo\\bar'
|
/Zephyr-latest/doc/contribute/ |
D | bin_blobs.rst | 132 distribution if it is discovered that the blob fails to meet these requirements
|
/Zephyr-latest/doc/security/standards/ |
D | etsi-303645.rst | 126 - software update that addresses security vulnerabilities either discovered by or reported
|
/Zephyr-latest/scripts/ |
D | spelling.txt | 2 # removed, and various additions have been made as they've been discovered
|
/Zephyr-latest/ |
D | CMakeLists.txt | 718 --out-file ${syscalls_subdirs_txt} # Write file with discovered folder 751 --out-file ${syscalls_subdirs_txt} # Write file with discovered folder
|
12