/Zephyr-latest/subsys/bluetooth/mesh/ |
D | app_keys.c | 62 static struct app_key apps[CONFIG_BT_MESH_APP_KEY_COUNT] = { variable 71 for (int i = 0; i < ARRAY_SIZE(apps); i++) { in app_get() 72 if (apps[i].app_idx == app_idx) { in app_get() 73 return &apps[i]; in app_get() 190 for (int i = 0; i < ARRAY_SIZE(apps); i++) { in app_key_alloc() 192 if (apps[i].app_idx == app_idx) { in app_key_alloc() 193 return &apps[i]; in app_key_alloc() 196 if (!app && apps[i].app_idx == BT_MESH_KEY_UNUSED) { in app_key_alloc() 197 app = &apps[i]; in app_key_alloc() 432 for (int i = 0; i < ARRAY_SIZE(apps); i++) { in bt_mesh_app_key_exists() [all …]
|
D | cfg_cli.c | 1624 uint16_t *apps, size_t *app_cnt) in mod_member_list_get() argument 1633 .members = apps, in mod_member_list_get() 1656 !status && (!apps || !app_cnt) ? NULL : &rsp); in mod_member_list_get() 1660 uint16_t mod_id, uint8_t *status, uint16_t *apps, size_t *app_cnt) in bt_mesh_cfg_cli_mod_app_get() argument 1663 elem_addr, mod_id, CID_NVAL, status, apps, app_cnt); in bt_mesh_cfg_cli_mod_app_get() 1667 uint16_t mod_id, uint16_t cid, uint8_t *status, uint16_t *apps, in bt_mesh_cfg_cli_mod_app_get_vnd() argument 1675 elem_addr, mod_id, cid, status, apps, app_cnt); in bt_mesh_cfg_cli_mod_app_get_vnd()
|
/Zephyr-latest/samples/net/sockets/echo_client/ |
D | CMakeLists.txt | 32 src/echo-apps-cert.der 33 ${gen_dir}/echo-apps-cert.der.inc
|
/Zephyr-latest/tests/bsim/net/sockets/echo_test/ |
D | CMakeLists.txt | 40 ${echo_client_path}/src/echo-apps-cert.der 41 ${gen_dir}/echo-apps-cert.der.inc
|
/Zephyr-latest/samples/net/sockets/echo_server/ |
D | CMakeLists.txt | 44 echo-apps-cert.der 45 echo-apps-key.der
|
/Zephyr-latest/drivers/serial/ |
D | Kconfig.xec | 22 This enables the API for apps to control the serial line,
|
D | Kconfig.ns16550 | 21 This enables the API for apps to control the serial line, 30 This enables the API for apps to send commands to driver.
|
D | Kconfig | 97 This enables the API for apps to control the serial line,
|
/Zephyr-latest/samples/subsys/debug/fuzz/ |
D | Kconfig | 18 apps won't require much time to reach an idle state
|
D | README.rst | 4 Integrate fuzz testing with Zephyr apps. 9 This is a simple example of fuzz test integration with Zephyr apps
|
/Zephyr-latest/modules/loramac-node/ |
D | CMakeLists.txt | 34 ${ZEPHYR_LORAMAC_NODE_MODULE_DIR}/src/apps/LoRaMac/common/LmHandler/packages 59 ${ZEPHYR_LORAMAC_NODE_MODULE_DIR}/src/apps/LoRaMac/common/LmHandler/packages/FragDecoder.c
|
/Zephyr-latest/tests/boot/test_mcuboot/ |
D | sysbuild.cmake | 6 # both the primary and secondary apps
|
/Zephyr-latest/samples/subsys/logging/ble_backend/ |
D | README.rst | 12 with already existing apps to debug BLE connections over UART.
|
/Zephyr-latest/samples/bluetooth/st_ble_sensor/ |
D | README.rst | 35 https://play.google.com/store/apps/details?id=com.st.bluems
|
/Zephyr-latest/soc/mediatek/mt8xxx/ |
D | CMakeLists.txt | 32 # firmware and not general Zephyr apps for the same hardware. This
|
/Zephyr-latest/lib/libc/newlib/ |
D | Kconfig | 10 Build with newlib-nano library, for small embedded apps.
|
/Zephyr-latest/tests/bsim/bluetooth/ll/edtt/ |
D | README.txt | 55 #Compile all apps:
|
/Zephyr-latest/doc/connectivity/bluetooth/ |
D | bluetooth-tools.rst | 14 .. _bluetooth-mobile-apps: 328 .. _nRF Connect for Android: https://play.google.com/store/apps/details?id=no.nordicsemi.android.mc… 330 .. _LightBlue for Android: https://play.google.com/store/apps/details?id=com.punchthrough.lightblue… 332 .. _nRF Mesh for Android: https://play.google.com/store/apps/details?id=no.nordicsemi.android.nrfme…
|
/Zephyr-latest/samples/net/sockets/coap_download/ |
D | README.rst | 90 .. _Simple File Server: https://github.com/eclipse-californium/californium/tree/main/demo-apps/cf-s…
|
/Zephyr-latest/doc/services/portability/posix/implementation/ |
D | index.rst | 13 - Zephyr apps are not linked separately, nor do they execute as subprocesses
|
/Zephyr-latest/cmake/modules/ |
D | FindBabbleSim.cmake | 60 #Many apps cmake files (in and out of tree) expect these environment variables. Lets provide them:
|
/Zephyr-latest/include/zephyr/bluetooth/mesh/ |
D | cfg_cli.h | 983 uint16_t mod_id, uint8_t *status, uint16_t *apps, size_t *app_cnt); 1007 uint16_t mod_id, uint16_t cid, uint8_t *status, uint16_t *apps,
|
/Zephyr-latest/subsys/bluetooth/mesh/shell/ |
D | cfg.c | 1018 uint16_t apps[16]; in cmd_mod_app_get() local 1024 cnt = ARRAY_SIZE(apps); in cmd_mod_app_get() 1041 cid, &status, apps, &cnt); in cmd_mod_app_get() 1045 &status, apps, &cnt); in cmd_mod_app_get() 1064 shell_print(sh, "\t0x%04x", apps[i]); in cmd_mod_app_get()
|
/Zephyr-latest/doc/connectivity/networking/ |
D | qemu_setup.rst | 93 Step 4 - Run apps on host 163 of the gateway. For apps not using the "Settings" facility, set up the
|
/Zephyr-latest/lib/heap/ |
D | Kconfig | 120 allocation API. Sometimes apps need the ability to share multiple
|