Searched refs:proc (Results 1 – 11 of 11) sorted by relevance
/subsys/bluetooth/services/ots/ |
A D | ots_oacp.c | 60 .size = proc->create_params.size, in oacp_create_proc_validate() 61 .type = proc->create_params.type, in oacp_create_proc_validate() 329 switch (proc->type) { in oacp_proc_validate() 367 switch (proc->type) { in oacp_command_decode() 403 proc->cs_calc_params.offset = in oacp_command_decode() 405 proc->cs_calc_params.len = in oacp_command_decode() 419 proc->read_params.offset = in oacp_command_decode() 421 proc->read_params.len = in oacp_command_decode() 430 proc->write_params.offset = in oacp_command_decode() 432 proc->write_params.len = in oacp_command_decode() [all …]
|
A D | ots_olcp.c | 141 struct bt_ots *ots, struct bt_gatt_ots_olcp_proc *proc) in olcp_proc_execute() argument 143 LOG_DBG("Executing OLCP procedure with 0x%02X Op Code", proc->type); in olcp_proc_execute() 145 switch (proc->type) { in olcp_proc_execute() 155 return olcp_goto_proc_execute(ots, proc->goto_params.id); in olcp_proc_execute() 165 struct bt_gatt_ots_olcp_proc *proc) in olcp_command_decode() argument 171 memset(proc, 0, sizeof(*proc)); in olcp_command_decode() 173 proc->type = *buf++; in olcp_command_decode() 176 switch (proc->type) { in olcp_command_decode() 190 proc->goto_params.id = sys_get_le48(buf); in olcp_command_decode()
|
/subsys/bluetooth/controller/ll_sw/ |
A D | ull_llcp_remote.c | 84 switch (ctx->proc) { in proc_with_instant() 247 switch (ctx->proc) { in llcp_rr_rx() 336 switch (ctx->proc) { in llcp_rr_tx_ack() 370 switch (ctx->proc) { in llcp_rr_tx_ntf() 390 switch (ctx->proc) { in rr_act_run() 486 if (ctx_local->proc == ctx->proc || in rr_tx() 681 if (ctx_local->proc == ctx->proc || in rr_st_idle() 840 enum llcp_proc proc; member 919 uint8_t proc = PROC_UNKNOWN; in llcp_rr_new() local 930 proc = pr.proc; in llcp_rr_new() [all …]
|
A D | ull_llcp.c | 360 ctx->proc = proc; in create_procedure() 516 if (ctx->proc == PROC_TERMINATE) { in ull_cp_prt_elapse() 956 if (ctx && (ctx->proc == PROC_ENCRYPTION_START || ctx->proc == PROC_ENCRYPTION_PAUSE) && in ull_cp_ltk_req_reply() 970 if (ctx && (ctx->proc == PROC_ENCRYPTION_START || ctx->proc == PROC_ENCRYPTION_PAUSE) && in ull_cp_ltk_req_neq_reply() 1004 if (ctx->proc == PROC_CONN_UPDATE) { in ull_cp_conn_update() 1302 if (ctx && ctx->proc == PROC_CIS_CREATE) { 1317 if (ctx && ctx->proc == PROC_CIS_CREATE) { 1329 if (ctx && ctx->proc == PROC_CIS_CREATE) { 1341 if (ctx && ctx->proc == PROC_CIS_CREATE) { 1362 if (ctx && ctx->proc == PROC_CIS_CREATE) { [all …]
|
A D | ull_llcp_local.c | 179 struct proc_ctx *llcp_lr_peek_proc(struct ll_conn *conn, uint8_t proc) in llcp_lr_peek_proc() argument 190 if (ctx->proc == proc) { in llcp_lr_peek_proc() 262 switch (ctx->proc) { in llcp_lr_rx() 343 switch (ctx->proc) { in llcp_lr_tx_ack() 385 switch (ctx->proc) { in llcp_lr_tx_ntf() 405 switch (ctx->proc) { in lr_act_run() 534 const enum llcp_proc curr_proc = ctx->proc; in lr_st_idle()
|
A D | ull_llcp_common.c | 167 switch (ctx->proc) { in lp_comm_tx() 230 if (ctx->proc != PROC_TERMINATE) { in lp_comm_tx() 404 switch (ctx->proc) { in lp_comm_ntf() 452 switch (ctx->proc) { in lp_comm_complete() 616 switch (ctx->proc) { 728 if (ctx->proc == PROC_CIS_TERMINATE) { 764 switch (ctx->proc) { 870 switch (ctx->proc) { 1053 switch (ctx->proc) { 1190 switch (ctx->proc) { [all …]
|
A D | ull_llcp_conn_upd.c | 170 ull_conn_update_parameters(conn, (ctx->proc == PROC_CONN_UPDATE), ctx->data.cu.win_size, in cu_update_conn_parameters() 250 return (((ctx->proc == PROC_CONN_PARAM_REQ) && (ctx->data.cu.error != 0U)) || in cu_should_notify_host() 336 if (ctx->proc == PROC_CONN_PARAM_REQ) { in lp_cu_tx() 348 if (ctx->proc == PROC_CONN_PARAM_REQ && in lp_cu_complete() 475 switch (ctx->proc) { in lp_cu_st_idle() 652 if (ctx->proc == PROC_CONN_PARAM_REQ) { in lp_cu_check_instant() 850 if (ctx->proc == PROC_CONN_PARAM_REQ) { in rp_cu_tx() 891 if (ctx->proc == PROC_CONN_PARAM_REQ) { in rp_cu_complete() 999 switch (ctx->proc) { in rp_cu_st_idle() 1236 if (ctx->proc == PROC_CONN_PARAM_REQ) { in rp_cu_check_instant()
|
A D | ull_llcp_internal.h | 146 enum llcp_proc proc; member 439 struct proc_ctx *llcp_create_local_procedure(enum llcp_proc proc); 440 struct proc_ctx *llcp_create_remote_procedure(enum llcp_proc proc); 566 struct proc_ctx *llcp_lr_peek_proc(struct ll_conn *conn, uint8_t proc); 830 struct proc_ctx *llcp_create_procedure(enum llcp_proc proc);
|
A D | ull_llcp_enc.c | 238 if (ctx->proc == PROC_ENCRYPTION_START) { in lp_enc_ntf() 242 } else if (ctx->proc == PROC_ENCRYPTION_PAUSE) { in lp_enc_ntf() 546 if (ctx->proc == PROC_ENCRYPTION_PAUSE) { in lp_enc_st_idle() 789 if (ctx->proc == PROC_ENCRYPTION_START) { in rp_enc_ntf() 793 } else if (ctx->proc == PROC_ENCRYPTION_PAUSE) { in rp_enc_ntf() 1103 if (ctx->proc == PROC_ENCRYPTION_PAUSE) { in rp_enc_state_idle()
|
A D | ull_llcp_cc.c | 917 switch (ctx->proc) { in lp_cc_st_idle()
|
/subsys/bluetooth/mesh/ |
A D | provisionee.c | 492 enum bt_mesh_rpr_node_refresh proc = bt_mesh_node_refresh_get(); in refresh_is_valid() local 507 if (proc == BT_MESH_RPR_NODE_REFRESH_ADDR) { in refresh_is_valid()
|
Completed in 52 milliseconds