Home
last modified time | relevance | path

Searched refs:reject (Results 1 – 25 of 32) sorted by relevance

12

/Zephyr-latest/lib/libc/minimal/source/string/
Dstrspn.c23 const char *reject) in strcspn() argument
27 while ((*s != '\0') && (strchr(reject, *s) == NULL)) { in strcspn()
/Zephyr-latest/subsys/net/lib/lwm2m/
Dlwm2m_senml_cbor_regenerate.sh15 git apply --reject lwm2m_senml_cbor.patch
/Zephyr-latest/tests/subsys/sd/mmc/
DREADME.txt20 block reads. Ensure the subsystem will reject reads beyond the end of
24 block writes. Ensure the subsystem will reject writes beyond the end of
/Zephyr-latest/tests/subsys/sd/sdmmc/
DREADME.txt20 block reads. Ensure the subsystem will reject reads beyond the end of
24 block writes. Ensure the subsystem will reject writes beyond the end of
/Zephyr-latest/tests/drivers/disk/disk_access/
DREADME.txt18 the driver does not reject this read request the tests will fail. Following
25 of various length to various sectors (once again, the driver must reject
/Zephyr-latest/lib/libc/minimal/include/
Dstring.h38 extern size_t strcspn(const char *s, const char *reject);
/Zephyr-latest/include/zephyr/bluetooth/classic/
Dhfp_ag.h144 void (*reject)(struct bt_hfp_ag *ag); member
/Zephyr-latest/doc/connectivity/bluetooth/api/mesh/
Dsrpl_srv.rst11 device. The SRPL is used to reject Solicitation PDUs that are already processed by a node. When a
/Zephyr-latest/tests/drivers/sdhc/
DREADME.txt16 * Set_IO test: Verify that the SDHC will reject clock frequencies outside of
/Zephyr-latest/doc/services/debugging/
Dcoredump.rst277 reject older header versions so it will not incorrectly parse
346 reject older header versions so it will not incorrectly parse
376 reject older header versions so it will not incorrectly parse
/Zephyr-latest/samples/bluetooth/handsfree_ag/src/
Dmain.c110 .reject = ag_reject,
/Zephyr-latest/doc/connectivity/bluetooth/shell/audio/
Dcsip.rst155 reject, oob>
Dcap.rst33 reject, oob>
/Zephyr-latest/
DCODE_OF_CONDUCT.md46 Community leaders have the right and responsibility to remove, edit, or reject
/Zephyr-latest/doc/contribute/
Dexternal.rst34 `Zephyr project charter`_. The board will automatically reject licenses that
174 order to approve or reject a request
Dbin_blobs.rst245 approve or reject a request
Dcontributor_expectations.rst14 - Less wasted work if reviewers or maintainers reject the direction of the
/Zephyr-latest/doc/services/device_mgmt/smp_groups/
Dsmp_group_0.rst548 module rebooting, or to reject the reset request outright altogether with an
1041 MCUmgr may reject images with a lower version in this configuration.
/Zephyr-latest/subsys/mgmt/mcumgr/grp/img_mgmt/
DKconfig111 reject binaries that would not be able to start from available
/Zephyr-latest/subsys/net/ip/
DKconfig.tcp232 If enabled, TCP stack will reject connection attempts on unbound ports
/Zephyr-latest/doc/develop/west/
Dextensions.rst131 ``WestCommand`` will reject unknown arguments by default. If you want to be
/Zephyr-latest/subsys/bluetooth/host/classic/
Dhfp_ag.c810 if (bt_ag && bt_ag->reject) { in bt_hfp_ag_reject_cb()
811 bt_ag->reject(ag); in bt_hfp_ag_reject_cb()
/Zephyr-latest/doc/connectivity/bluetooth/api/audio/
Dbluetooth-le-audio-arch.rst1165 but cannot reject the request (the stack will reject any invalid requests).
1181 but can also reject the requests.
/Zephyr-latest/doc/releases/
Dmigration-guide-3.6.rst275 or reject all incoming CAN RTR frames (the default). When :kconfig:option:`CONFIG_CAN_ACCEPT_RTR`
/Zephyr-latest/subsys/bluetooth/host/
DKconfig541 bool "Accept or reject pairing initiative"

12