/Zephyr-latest/tests/bsim/bluetooth/mesh/tests_scripts/friendship/ |
D | msg_va_collision.sh | 8 # to Friend when LPN is subscribed to 2 virtual addresses with collision. 10 # 1. LPN subscribes a model to 2 virtual addresses with collision and sends single Friend
|
/Zephyr-latest/tests/bsim/bluetooth/host/att/eatt/src/ |
D | main_collision.c | 70 .test_descr = "Peripheral Collision", 77 .test_descr = "Central Collision",
|
/Zephyr-latest/tests/bsim/bluetooth/mesh/tests_scripts/transport/ |
D | va_collision.sh | 7 # Test transmission to virtual addresses with collision
|
/Zephyr-latest/tests/bsim/bluetooth/host/att/eatt/ |
D | testcase.yaml | 15 bluetooth.host.adt.eatt.collision:
|
/Zephyr-latest/tests/bsim/bluetooth/host/att/eatt/tests_scripts/ |
D | collision.sh | 7 simulation_id="collision"
|
/Zephyr-latest/boards/microchip/mec172xevb_assy6906/support/ |
D | mec172x_remote_flasher.py | 64 collision. 74 # further avoid file name collision. 141 # This is used for remote file to avoid file name collision
|
/Zephyr-latest/scripts/build/ |
D | llext_prepare_exptab.py | 173 collision = sorted_exptab.get(slid) 174 if collision: 175 #Don't abort immediately on collision: if there are others, we want to log them all. 176 … self.log.error(f"SLID collision: {export_name} and {collision[0]} have the same SLID 0x{slid:X}")
|
/Zephyr-latest/subsys/usb/usb_c/ |
D | usbc_tc_common_internal.h | 150 * @brief Sets the Collision Avoidance Rp value 153 * @param rp Collision Avoidance Rp to set
|
/Zephyr-latest/subsys/net/ip/ |
D | Kconfig.tcp | 83 due to a packet collision. If the transmission timeout is the same 85 collision. By introducing a randomized retry timeout, the chance of 86 a second collision is reduced and it reduces further the more
|
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/ |
D | ull_llcp_remote.c | 168 static void rr_set_collision(struct ll_conn *conn, bool collision) in rr_set_collision() argument 170 conn->llcp.remote.collision = collision; in rr_set_collision() 175 return conn->llcp.remote.collision; in llcp_rr_get_collision() 620 /* No collision in rr_st_idle() 636 /* Peripheral collision in rr_st_idle() 660 /* Central collision in rr_st_idle()
|
D | ull_conn_types.h | 56 uint8_t collision; member
|
/Zephyr-latest/subsys/bluetooth/mesh/ |
D | va.h | 50 * @return True if there is collision, false otherwise.
|
/Zephyr-latest/dts/bindings/ethernet/ |
D | infineon,xmc4xxx-ethernet.yaml | 105 description: Collision (col) signal GPIO connection. Only used for MII interface.
|
/Zephyr-latest/include/zephyr/toolchain/ |
D | llvm.h | 35 * Avoid collision with defines from include/zephyr/toolchain/zephyr_stdint.h
|
/Zephyr-latest/tests/bluetooth/controller/ctrl_collision/src/ |
D | main.c | 149 ZTEST(collision, test_phy_update_central_loc_collision) in ZTEST() argument 318 ZTEST(collision, test_phy_update_central_rem_collision) in ZTEST() argument 490 ZTEST(collision, test_phy_update_periph_loc_collision) in ZTEST() argument 620 ZTEST(collision, test_phy_conn_update_central_loc_collision) in ZTEST() argument 758 ZTEST_SUITE(collision, NULL, NULL, collision_setup, NULL, NULL);
|
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/nordic/lll/ |
D | lll_vendor.h | 12 /* Measurement based on drifting roles that can overlap leading to collision
|
/Zephyr-latest/include/zephyr/mgmt/mcumgr/mgmt/ |
D | mgmt_defines.h | 86 /** Zephyr-specific groups decrease from PERUSER to avoid collision with upstream and
|
/Zephyr-latest/drivers/ethernet/ |
D | eth_cyclonev_priv.h | 373 /*!< Late collision occurred during reception */ 462 /*!< Late Collision: transmission aborted due to collision */ 464 /*!< Excessive Collision: transmission aborted after 16 collisions */ 468 /*!< Collision Count */
|
/Zephyr-latest/dts/bindings/serial/ |
D | atmel,sam0-uart.yaml | 102 collision-detection: 104 description: Enable collision detection for half-duplex mode.
|
/Zephyr-latest/subsys/lorawan/ |
D | lw_priv.c | 33 [LORAMAC_STATUS_BUSY_UPLINK_COLLISION] = "Busy uplink collision",
|
/Zephyr-latest/subsys/net/l2/openthread/ |
D | Kconfig | 317 Set y if the radio supports tx retry logic with collision avoidance (CSMA)
|
/Zephyr-latest/doc/connectivity/bluetooth/ |
D | bluetooth-ctlr-arch.rst | 196 * Miscellaneous procedure collision handling (in rr_st_idle()) 206 - Procedure collision handling
|
/Zephyr-latest/tests/bluetooth/controller/common/src/ |
D | helper_util.c | 234 printf(" Collision: %d\n", conn->llcp.remote.collision); in test_print_conn()
|
/Zephyr-latest/tests/bsim/bluetooth/mesh/src/ |
D | test_friendship.c | 359 /** Send messages to 2 virtual addresses with collision and check that LPN correctly polls them. 1039 * to Friend when LPN is subscribed to 2 virtual addresses with collision. 1052 /* Subscripbe LPN on both virtual address with collision. */ in test_lpn_va_collision() 1174 TEST_CASE(friend, va_collision, "Friend: send to virtual addrs with collision"), 1186 TEST_CASE(lpn, va_collision, "LPN: receive on virtual addrs with collision"),
|
/Zephyr-latest/subsys/bluetooth/controller/ticker/ |
D | ticker.h | 234 * to avoid collision
|