Home
last modified time | relevance | path

Searched refs:qualification (Results 1 – 15 of 15) sorted by relevance

/Zephyr-latest/doc/connectivity/bluetooth/
Dbluetooth-qual.rst28 https://qualification.bluetooth.com/
32 </tests/bluetooth/qualification/ICS_Zephyr_Bluetooth_Host.pts>`.
/Zephyr-latest/subsys/net/lib/ptp/
Dport.h56 struct k_timer qualification; member
Dptp.c31 offsetof(struct ptp_port, timers.qualification) in ptp_thread()
Dport.c376 } else if (timer == &port->timers.qualification) { in port_timer_to_handler()
912 k_timer_stop(&port->timers.qualification); in port_disable()
1035 port_timer_init(&port->timers.qualification, port_timer_to_handler, port); in ptp_port_init()
1138 k_timer_stop(&port->timers.qualification); in ptp_port_event_handle()
1155 port_timer_set_timeout(&port->timers.qualification, in ptp_port_event_handle()
1205 if (timer == &port->timers.qualification && in ptp_port_timer_event_gen()
/Zephyr-latest/doc/develop/languages/c/
Dindex.rst36 * ``restrict`` qualification
/Zephyr-latest/doc/introduction/
Dindex.rst136 (LE Link Layer). Includes Bluetooth Mesh and a Bluetooth qualification-ready
/Zephyr-latest/doc/develop/test/
Dbsim.rst63 Today these tests include a very significant subset of the BT qualification test suite.
/Zephyr-latest/doc/releases/
Drelease-notes-1.9.rst143 * BLE controller qualification-ready, with all required tests passing
Drelease-notes-2.0.rst426 * BLE qualification up to the 5.1 specification
441 * BLE qualification up to the 5.1 specification
445 * BLE qualification up to the 5.1 specification
1449 * :github:`6906` - QM (Quality Managed) level qualification
Drelease-notes-1.10.rst121 * Multiple qualification-related fixes for Bluetooth Mesh
Drelease-notes-2.2.rst634 * Multiple fixes, including all those required to pass qualification
Drelease-notes-1.14.rst250 qualification listings for the Bluetooth protocol stack included in Zephyr.
1117 * :github:`15365` - Bluetooth qualification test MESH/SR/HM/CFS/BV-02-C is failing
Drelease-notes-2.4.rst716 * Multiple qualification-related fixes.
Drelease-notes-3.1.rst1497 * :github:`44734` - regression in GATT/SR/GAS/BV-06-C qualification test case
/Zephyr-latest/doc/contribute/coding_guidelines/
Dindex.rst562 …- A cast shall not remove any const or volatile qualification from the type pointed to by a point…
565 …C <https://wiki.sei.cmu.edu/confluence/display/c/EXP05-C.+Do+not+cast+away+a+const+qualification>`_