Lines Matching refs:procedure
148 * Miscellaneous procedure initiation API
167 * Holds local and remote procedure request queues as well as conn specific LLCP data
171 …* General procedure context data, contains miscellaneous procedure data and state as well as sys_s…
176 …* Mem pool used to implement procedure contexts resource - instantiated in both a local and a remo…
183 LLCP local and remote request/procedure state machines
189 * Local procedure queue handling
195 * Also handling of remote procedure initiation by llcp_rx_new()
196 * Miscellaneous procedure collision handling (in rr_st_idle())
199 * Individual procedure implementations (ull_llcp_common.c collects the simpler ones)
200 * Naming concept: lp_<...> => local initiated procedure, rp_<...> => remote initiated procedure
201 …* Handling of procedure flow from init (possibly through instant) to completion and host notificat…
213 …* Since we have resource handling re. procedure contexts and terminate must always be available th…
216 - New remote procedure handling
218 …for any given connection, there can only ever be ONE remote procedure in the remote procedure queue
222 * procedure execution can be paused by the encryption procedure
223 * data TX can be paused by PHY, DLE and ENC procedure
230 - Individual ZTEST unit test for each procedure
237 - Emulated versions of rx_demux/prepare context used in unit tests - testing ONLY procedure PDU flow