/Zephyr-latest/subsys/bluetooth/mesh/shell/ |
D | brg_cfg.c | 79 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/ |
D | brg_cfg.h | 39 uint8_t directions; member
|
/Zephyr-latest/subsys/bluetooth/mesh/ |
D | brg_cfg_srv.c | 61 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()
|
D | brg_cfg_cli.c | 45 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/ |
D | Kconfig.sai | 37 the SAI is FSYNC/BCLK master, one of the directions
|
/Zephyr-latest/boards/up-bridge-the-gap/up_squared/doc/ |
D | index.rst | 41 directions (input/output) must be set in the BIOS. This can be
|
/Zephyr-latest/doc/build/dts/ |
D | design.rst | 64 source-compatible with other tools like `dtc`_ in both directions:
|
/Zephyr-latest/doc/develop/tools/ |
D | stm32cubeide.rst | 13 These directions have been validated to work with version 1.16.0 of the IDE
|
/Zephyr-latest/boards/ti/msp_exp432p401r_launchxl/doc/ |
D | index.rst | 58 Follow these `xds110 firmware update directions
|
/Zephyr-latest/samples/arch/mpu/mpu_test/ |
D | README.rst | 40 ``prj.conf``, and follow the directions in the comments to enable the
|
/Zephyr-latest/tests/bsim/bluetooth/mesh/src/ |
D | test_brg.c | 220 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/ |
D | index.rst | 136 Follow these `xds110 firmware update directions
|
/Zephyr-latest/boards/ti/cc1352r1_launchxl/doc/ |
D | index.rst | 136 Follow these `xds110 firmware update directions
|
/Zephyr-latest/boards/ti/cc26x2r1_launchxl/doc/ |
D | index.rst | 142 Follow these `xds110 firmware update directions
|
/Zephyr-latest/boards/alientek/pandora_stm32l475/doc/ |
D | index.rst | 20 - Four directions Joystick with selection
|
/Zephyr-latest/boards/ti/cc1352p7_launchpad/doc/ |
D | index.rst | 137 Follow these `xds110 firmware update directions
|
/Zephyr-latest/boards/st/stm32l476g_disco/doc/ |
D | index.rst | 29 - Four directions Joystick with selection
|
/Zephyr-latest/boards/ti/cc1352r_sensortag/doc/ |
D | index.rst | 157 Follow these `xds110 firmware update directions
|
/Zephyr-latest/boards/ti/cc3220sf_launchxl/doc/ |
D | index.rst | 114 Follow these `xds110 firmware update directions
|
/Zephyr-latest/boards/ti/cc3235sf_launchxl/doc/ |
D | index.rst | 114 Follow these `xds110 firmware update directions
|
/Zephyr-latest/tests/bluetooth/tester/src/btp/ |
D | btp_mesh.h | 921 uint8_t directions; member
|
/Zephyr-latest/doc/hardware/peripherals/ |
D | i3c.rst | 66 * Setup pin mux and directions.
|
/Zephyr-latest/doc/project/ |
D | project_roles.rst | 218 * Responsibility to take directions from the TSC and follow them.
|
D | release_process.rst | 339 Changes and fixes flow in both directions. However, changes from main branch to an
|
/Zephyr-latest/doc/connectivity/bluetooth/api/mesh/ |
D | shell.rst | 1842 * ``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.
|