Home
last modified time | relevance | path

Searched refs:directions (Results 1 – 25 of 29) sorted by relevance

12

/Zephyr-latest/subsys/bluetooth/mesh/shell/
Dbrg_cfg.c79 entry.directions = shell_strtoul(argv[1], 0, &err); in cmd_bridging_table_add()
216 uint8_t directions; in cmd_bridging_table_get() local
222 directions = net_buf_simple_pull_u8(rsp.list); in cmd_bridging_table_get()
226 addr1, addr2, directions); in cmd_bridging_table_get()
/Zephyr-latest/include/zephyr/bluetooth/mesh/
Dbrg_cfg.h39 uint8_t directions; member
/Zephyr-latest/subsys/bluetooth/mesh/
Dbrg_cfg_srv.c61 net_buf_simple_add_u8(&msg, entry->directions); in bridging_table_status_send()
83 entry.directions = net_buf_simple_pull_u8(buf); in bridging_table_add()
88 err = bt_mesh_brg_cfg_tbl_add(entry.directions, entry.net_idx1, entry.net_idx2, entry.addr1, in bridging_table_add()
106 entry.directions = 0; in bridging_table_remove()
Dbrg_cfg_cli.c45 table_status.entry.directions = net_buf_simple_pull_u8(buf); in table_status()
274 } else if (entry->directions == 0x01 && (entry->addr2 == BT_MESH_ADDR_UNASSIGNED || in bt_mesh_brg_cfg_cli_table_add()
279 } else if (entry->directions == 0x02 && !BT_MESH_ADDR_IS_UNICAST(entry->addr2)) { in bt_mesh_brg_cfg_cli_table_add()
285 net_buf_simple_add_u8(&msg, entry->directions); in bt_mesh_brg_cfg_cli_table_add()
/Zephyr-latest/drivers/dai/nxp/sai/
DKconfig.sai37 the SAI is FSYNC/BCLK master, one of the directions
/Zephyr-latest/boards/up-bridge-the-gap/up_squared/doc/
Dindex.rst41 directions (input/output) must be set in the BIOS. This can be
/Zephyr-latest/doc/build/dts/
Ddesign.rst64 source-compatible with other tools like `dtc`_ in both directions:
/Zephyr-latest/doc/develop/tools/
Dstm32cubeide.rst13 These directions have been validated to work with version 1.16.0 of the IDE
/Zephyr-latest/boards/ti/msp_exp432p401r_launchxl/doc/
Dindex.rst58 Follow these `xds110 firmware update directions
/Zephyr-latest/samples/arch/mpu/mpu_test/
DREADME.rst40 ``prj.conf``, and follow the directions in the comments to enable the
/Zephyr-latest/tests/bsim/bluetooth/mesh/src/
Dtest_brg.c220 entry.directions = dir; in bridge_entry_add()
227 if (err || rsp.status || rsp.entry.directions != dir || rsp.entry.net_idx1 != net_idx1 || in bridge_entry_add()
/Zephyr-latest/boards/ti/cc1352p1_launchxl/doc/
Dindex.rst136 Follow these `xds110 firmware update directions
/Zephyr-latest/boards/ti/cc1352r1_launchxl/doc/
Dindex.rst136 Follow these `xds110 firmware update directions
/Zephyr-latest/boards/ti/cc26x2r1_launchxl/doc/
Dindex.rst142 Follow these `xds110 firmware update directions
/Zephyr-latest/boards/alientek/pandora_stm32l475/doc/
Dindex.rst20 - Four directions Joystick with selection
/Zephyr-latest/boards/ti/cc1352p7_launchpad/doc/
Dindex.rst137 Follow these `xds110 firmware update directions
/Zephyr-latest/boards/st/stm32l476g_disco/doc/
Dindex.rst29 - Four directions Joystick with selection
/Zephyr-latest/boards/ti/cc1352r_sensortag/doc/
Dindex.rst157 Follow these `xds110 firmware update directions
/Zephyr-latest/boards/ti/cc3220sf_launchxl/doc/
Dindex.rst114 Follow these `xds110 firmware update directions
/Zephyr-latest/boards/ti/cc3235sf_launchxl/doc/
Dindex.rst114 Follow these `xds110 firmware update directions
/Zephyr-latest/tests/bluetooth/tester/src/btp/
Dbtp_mesh.h921 uint8_t directions; member
/Zephyr-latest/doc/hardware/peripherals/
Di3c.rst66 * Setup pin mux and directions.
/Zephyr-latest/doc/project/
Dproject_roles.rst218 * Responsibility to take directions from the TSC and follow them.
Drelease_process.rst339 Changes and fixes flow in both directions. However, changes from main branch to an
/Zephyr-latest/doc/connectivity/bluetooth/api/mesh/
Dshell.rst1842 * ``Directions``: Allowed directions for the bridged traffic. Valid values are:
1845 * ``0x02``: Bridging is allowed in both directions.
1880 Get a list of addresses and allowed traffic directions of the Bridging Table entries.

12