Searched refs:PROC_CIS_CREATE (Results 1 – 6 of 6) sorted by relevance
807 ctx = llcp_create_local_procedure(PROC_CIS_CREATE); in ull_cp_cis_create()1178 if (ctx && ctx->proc == PROC_CIS_CREATE) {1192 if (ctx && ctx->proc == PROC_CIS_CREATE) {1204 if (ctx && ctx->proc == PROC_CIS_CREATE) {1216 if (ctx && ctx->proc == PROC_CIS_CREATE) {1237 if (ctx && ctx->proc == PROC_CIS_CREATE) {1251 if (ctx && ctx->proc == PROC_CIS_CREATE) {1258 if (ctx && ctx->proc == PROC_CIS_CREATE) {1271 if (ctx && ctx->proc == PROC_CIS_CREATE) {1285 if (ctx && ctx->proc == PROC_CIS_CREATE) {[all …]
96 case PROC_CIS_CREATE: in proc_with_instant()297 case PROC_CIS_CREATE: in llcp_rr_rx()432 case PROC_CIS_CREATE: in rr_act_run()891 [PDU_DATA_LLCTRL_TYPE_CIS_REQ] = { PROC_CIS_CREATE, ACCEPT_ROLE_PERIPHERAL },
306 case PROC_CIS_CREATE: in llcp_lr_rx()440 case PROC_CIS_CREATE: in lr_act_run()
29 PROC_CIS_CREATE, enumerator
823 case PROC_CIS_CREATE: in lp_cc_st_idle()
344 zassert_is_null(llcp_lr_peek_proc(&conn, PROC_CIS_CREATE), "CTX is not null"); in ZTEST()347 ctx2 = llcp_create_local_procedure(PROC_CIS_CREATE); in ZTEST()351 zassert_equal(llcp_lr_peek_proc(&conn, PROC_CIS_CREATE), ctx2, "CTX is not correct"); in ZTEST()