Lines Matching refs:op_code
298 enum bt_gatt_ots_olcp_proc_type op_code; in olcp_ind_handler() local
301 if (length < sizeof(op_code)) { in olcp_ind_handler()
308 op_code = net_buf_simple_pull_u8(&net_buf); in olcp_ind_handler()
312 if (op_code == BT_GATT_OTS_OLCP_PROC_RESP) { in olcp_ind_handler()
314 LOG_DBG("Invalid indication length for op_code %u: %u", op_code, in olcp_ind_handler()
367 LOG_DBG("Invalid indication opcode %u", op_code); in olcp_ind_handler()
375 enum bt_gatt_ots_oacp_proc_type op_code; in oacp_ind_handler() local
381 if (length < sizeof(op_code)) { in oacp_ind_handler()
388 op_code = net_buf_simple_pull_u8(&net_buf); in oacp_ind_handler()
392 if (op_code == BT_GATT_OTS_OACP_PROC_RESP) { in oacp_ind_handler()
418 LOG_DBG("Invalid indication opcode %u", op_code); in oacp_ind_handler()