Home
last modified time | relevance | path

Searched refs:apps (Results 1 – 25 of 52) sorted by relevance

123

/Zephyr-latest/subsys/bluetooth/mesh/
Dapp_keys.c62 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 …]
Dcfg_cli.c1624 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/
DCMakeLists.txt32 src/echo-apps-cert.der
33 ${gen_dir}/echo-apps-cert.der.inc
/Zephyr-latest/tests/bsim/net/sockets/echo_test/
DCMakeLists.txt40 ${echo_client_path}/src/echo-apps-cert.der
41 ${gen_dir}/echo-apps-cert.der.inc
/Zephyr-latest/samples/net/sockets/echo_server/
DCMakeLists.txt44 echo-apps-cert.der
45 echo-apps-key.der
/Zephyr-latest/drivers/serial/
DKconfig.mec522 This enables the API for apps to control the serial line,
DKconfig.xec22 This enables the API for apps to control the serial line,
DKconfig.ns1655021 This enables the API for apps to control the serial line,
30 This enables the API for apps to send commands to driver.
/Zephyr-latest/samples/subsys/debug/fuzz/
DKconfig18 apps won't require much time to reach an idle state
DREADME.rst4 Integrate fuzz testing with Zephyr apps.
9 This is a simple example of fuzz test integration with Zephyr apps
/Zephyr-latest/modules/loramac-node/
DCMakeLists.txt34 ${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/
Dsysbuild.cmake6 # both the primary and secondary apps
/Zephyr-latest/samples/subsys/logging/ble_backend/
DREADME.rst12 with already existing apps to debug Bluetooth connections over UART.
/Zephyr-latest/samples/bluetooth/st_ble_sensor/
DREADME.rst35 https://play.google.com/store/apps/details?id=com.st.bluems
/Zephyr-latest/doc/connectivity/bluetooth/shell/audio/
Dccp.rst7 including calls from apps such as Skype, e.g. (smart)phones and PCs,
/Zephyr-latest/soc/mediatek/mt8xxx/
DCMakeLists.txt32 # firmware and not general Zephyr apps for the same hardware. This
/Zephyr-latest/lib/libc/newlib/
DKconfig10 Build with newlib-nano library, for small embedded apps.
/Zephyr-latest/tests/bsim/bluetooth/ll/edtt/
DREADME.txt55 #Compile all apps:
/Zephyr-latest/doc/connectivity/bluetooth/
Dbluetooth-tools.rst14 .. _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/
DREADME.rst90 .. _Simple File Server: https://github.com/eclipse-californium/californium/tree/main/demo-apps/cf-s…
/Zephyr-latest/doc/services/portability/posix/implementation/
Dindex.rst13 - Zephyr apps are not linked separately, nor do they execute as subprocesses
/Zephyr-latest/cmake/modules/
DFindBabbleSim.cmake60 #Many apps cmake files (in and out of tree) expect these environment variables. Lets provide them:
/Zephyr-latest/include/zephyr/bluetooth/mesh/
Dcfg_cli.h983 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/
Dcfg.c1018 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/
Dqemu_setup.rst93 Step 4 - Run apps on host
163 of the gateway. For apps not using the "Settings" facility, set up the

123