Home
last modified time | relevance | path

Searched refs:new_proc_lut (Results 1 – 2 of 2) sorted by relevance

/Zephyr-latest/subsys/bluetooth/controller/ll_sw/
Dull_llcp_remote.c844 static const struct proc_role new_proc_lut[] = { variable
924 if (valid_pdu && pdu->llctrl.opcode < ARRAY_SIZE(new_proc_lut)) { in llcp_rr_new()
927 struct proc_role pr = new_proc_lut[pdu->llctrl.opcode]; in llcp_rr_new()
/Zephyr-latest/doc/connectivity/bluetooth/
Dbluetooth-ctlr-arch.rst217 * Table new_proc_lut[] maps LLCP PDUs to procedures/roles used in llcp_rr_new()