Searched refs:reject (Results 1 – 25 of 32) sorted by relevance
12
/Zephyr-latest/lib/libc/minimal/source/string/ |
D | strspn.c | 23 const char *reject) in strcspn() argument 27 while ((*s != '\0') && (strchr(reject, *s) == NULL)) { in strcspn()
|
/Zephyr-latest/subsys/net/lib/lwm2m/ |
D | lwm2m_senml_cbor_regenerate.sh | 15 git apply --reject lwm2m_senml_cbor.patch
|
/Zephyr-latest/tests/subsys/sd/mmc/ |
D | README.txt | 20 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/ |
D | README.txt | 20 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/ |
D | README.txt | 18 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/ |
D | string.h | 38 extern size_t strcspn(const char *s, const char *reject);
|
/Zephyr-latest/include/zephyr/bluetooth/classic/ |
D | hfp_ag.h | 144 void (*reject)(struct bt_hfp_ag *ag); member
|
/Zephyr-latest/doc/connectivity/bluetooth/api/mesh/ |
D | srpl_srv.rst | 11 device. The SRPL is used to reject Solicitation PDUs that are already processed by a node. When a
|
/Zephyr-latest/tests/drivers/sdhc/ |
D | README.txt | 16 * Set_IO test: Verify that the SDHC will reject clock frequencies outside of
|
/Zephyr-latest/doc/services/debugging/ |
D | coredump.rst | 277 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/ |
D | main.c | 110 .reject = ag_reject,
|
/Zephyr-latest/doc/connectivity/bluetooth/shell/audio/ |
D | csip.rst | 155 reject, oob>
|
D | cap.rst | 33 reject, oob>
|
/Zephyr-latest/ |
D | CODE_OF_CONDUCT.md | 46 Community leaders have the right and responsibility to remove, edit, or reject
|
/Zephyr-latest/doc/contribute/ |
D | external.rst | 34 `Zephyr project charter`_. The board will automatically reject licenses that 174 order to approve or reject a request
|
D | bin_blobs.rst | 245 approve or reject a request
|
D | contributor_expectations.rst | 14 - Less wasted work if reviewers or maintainers reject the direction of the
|
/Zephyr-latest/doc/services/device_mgmt/smp_groups/ |
D | smp_group_0.rst | 548 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/ |
D | Kconfig | 111 reject binaries that would not be able to start from available
|
/Zephyr-latest/subsys/net/ip/ |
D | Kconfig.tcp | 232 If enabled, TCP stack will reject connection attempts on unbound ports
|
/Zephyr-latest/doc/develop/west/ |
D | extensions.rst | 131 ``WestCommand`` will reject unknown arguments by default. If you want to be
|
/Zephyr-latest/subsys/bluetooth/host/classic/ |
D | hfp_ag.c | 810 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/ |
D | bluetooth-le-audio-arch.rst | 1165 but cannot reject the request (the stack will reject any invalid requests). 1181 but can also reject the requests.
|
/Zephyr-latest/doc/releases/ |
D | migration-guide-3.6.rst | 275 or reject all incoming CAN RTR frames (the default). When :kconfig:option:`CONFIG_CAN_ACCEPT_RTR`
|
/Zephyr-latest/subsys/bluetooth/host/ |
D | Kconfig | 541 bool "Accept or reject pairing initiative"
|
12