/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/scripts/build/ |
D | llext_prepare_exptab.py | 173 collision = sorted_exptab.get(slid) 174 if collision:
|
/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()
|
D | ull_conn_types.h | 56 uint8_t collision; member
|
D | ull_llcp.c | 421 conn->llcp.remote.collision = 0U; in ull_llcp_init()
|
/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/doc/connectivity/bluetooth/ |
D | bluetooth-ctlr-arch.rst | 196 * Miscellaneous procedure collision handling (in rr_st_idle()) 206 - Procedure collision handling
|
/Zephyr-latest/dts/arm/nxp/ |
D | nxp_kv5x.dtsi | 93 interrupt-names = "command-complete", "read-collision";
|
D | nxp_kw2xd.dtsi | 112 interrupt-names = "command-complete", "read-collision";
|
D | nxp_s32k1xx.dtsi | 45 interrupt-names = "command-complete", "read-collision", "double-bit";
|
D | nxp_k2x.dtsi | 120 interrupt-names = "command-complete", "read-collision";
|
D | nxp_k8x.dtsi | 98 interrupt-names = "command-complete", "read-collision";
|
D | nxp_k6x.dtsi | 150 interrupt-names = "command-complete", "read-collision";
|
D | nxp_ke1xf.dtsi | 321 interrupt-names = "command-complete", "read-collision";
|
/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/subsys/net/l2/openthread/ |
D | Kconfig | 317 Set y if the radio supports tx retry logic with collision avoidance (CSMA)
|
/Zephyr-latest/doc/releases/ |
D | migration-guide-3.5.rst | 192 last 3 bytes of mac address, resulting in a high risk of collision when using 341 * MCUmgr SMP version 2 error codes entry has changed due to a collision with an
|
D | migration-guide-4.0.rst | 112 * More C keywords are now capitalized to avoid naming collision.
|
D | release-notes-2.2.rst | 1095 * :github:`20264` - Bluetooth: Delay advertising events instead of dropping them on collision
|
D | release-notes-2.3.rst | 1431 * :github:`9608` - Bluetooth: different transaction collision
|
D | release-notes-3.5.rst | 930 * Added support for TCP new Reno collision avoidance algorithm.
|
D | release-notes-3.3.rst | 2668 - :github:`51825` - west: runners: jlink: JLink.exe name collision 3387 * :github:`51371` - hal: nxp: ARRAY_SIZE collision
|
D | release-notes-2.4.rst | 963 …tiate stalls if master does not support extended reject indications, and procedure collision occurs
|
/Zephyr-latest/subsys/bluetooth/controller/ |
D | Kconfig.ll_sw_split | 1301 bool "Tickers with priority based collision resolution" 1319 reservations and collision handling, and operates as a simple 1342 feature, which eliminates priorities and collision resolving in the
|
/Zephyr-latest/doc/contribute/ |
D | guidelines.rst | 443 * ``drivers: sensor: sensor_shell: fix channel name collision``
|